COLOR #A88048

HEX: #A88048 RGB: (168,128,72)

Color info

#A88048 contains mainly red and green colors. Web safe color of #A88048 is #996633 (or #963).

RGB color model

#A88048 color RGB value is (168,128,72).

RGB: (168,128,72) (66%, 50%, 28%)

RGB channels and saturation

R 168 of 255 = 66%
G 128 of 255 = 50%
B 72 of 255 = 28%

168
128
72

R + G + B ~ 48%. #A88048 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 168 + 128 + 72 = 368 (100%)
R 168 of 368 ~ 45.65%
G 128 of 368 ~ 34.78%
B 72 of 368 ~ 19.57'%

%45.65
%34.78
%19.57

CMYK color model

#A88048 color CMYK value is (0,24,57,34).

  • cyan value is 0.00%
  • magenta value is 23.81%
  • yellow value is 57.14%
  • key color value is 34.12%
CMYK: (0,24,57,34) C0M24Y57K34 (0%,24%,57%,34%) (0.00/0.24/0.57/0.34) 

CMYK percentages

%0
%23.81
%57.14
%34.12

Codes

Color #A88048 in popluar color models

A8 80 48
RGB 168 128 72
HSL 35° 40.00% 47.06%
HSB/HSV 35° 57.14% 65.88%
CMYK 0.00% 23.81% 57.14%
34.12%

Color #A88048 in popluar number systems.

HEX A8 80 48
Decimal 168 128 72
Binary 10101000 10000000 1001000
Octal 250 200 110

Shades and tints

Shades of #A88048

#A88048
(168,128,72)
#997542
(153,117,66)
#8A6A3C
(138,106,60)
#7B5F36
(123,95,54)
#6C5430
(108,84,48)
#5D492A
(93,73,42)
#4E3E24
(78,62,36)
#3F331E
(63,51,30)
#302818
(48,40,24)
#211D12
(33,29,18)
#12120C
(18,18,12)
#000000
(0,0,0)

Tints of #A88048

#A88048
(168,128,72)
#AF8B58
(175,139,88)
#B69668
(182,150,104)
#BDA178
(189,161,120)
#C4AC88
(196,172,136)
#CBB798
(203,183,152)
#D2C2A8
(210,194,168)
#D9CDB8
(217,205,184)
#E0D8C8
(224,216,200)
#E7E3D8
(231,227,216)
#EEEEE8
(238,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A88048 color. Also use rgb(168,128,72) instead hex code.

Text Font Color

.myTextColor { color: #A88048; }

<p style="color:#A88048">This sample text font color is #A88048.</p>

This text font color is #A88048.

Background Color

.myBgColor { background-color: #A88048; }

<div style="background-color:#A88048">Inner text</div>

This div background color is #A88048.

Border color

.myBorderColor { border: 1px solid #A88048; }

<div style="border:3px solid #A88048">Div</div>

This div border color is #A88048.

Opacity

.myOpacity80 { color: #A88048; opacity: 0.8; }

<p style="color:#A88048;opacity:0.8;">80%</p>

Text with #A88048 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #A88048;}

<p style="text-shadow: 3px 3px 1px #A88048">Text here.</p>

This text has shadow with #A88048 color.


.textShadow {text-shadow: 3px 3px 1px #A88048', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #A88048, 5px 5px 20px red">Text here.</p>

This text has shadow with #A88048 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#A88048, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#A88048, Direction=45, Strength=4)">Text</p>

This text has shadow with #A88048 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #A88048;
-webkit-box-shadow: 1px 1px 3px 2px #A88048;
box-shadow: 1px 1px 3px 2px #A88048;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #A88048; -webkit-box-shadow: 1px 1px 3px 2px #A88048; box-shadow:1px 1px 3px 2px #A88048;">
Div content here
</div>

This div box has shadow with color #A88048.

Preview

Color preview on black background

This text has color #A88048 on black background.


Color preview on white background

This text has color #A88048 on white background.


Black color preview on #A88048 background

This text has black color on #A88048 background.


White color preview on #A88048 background

This text has white color on #A88048 background.


Related colors

Complementary color

Complementary color for #hex is #577FB7.


I love getcolorcode.com

Triadic colors

1 #48A880 and #8048A8 with #A88048 are triadic colors.

2 #4880A8 and #80A848 with #A88048 are triadic colors.