COLOR #A88262

HEX: #A88262 RGB: (168,130,98)

Color info

#A88262 contains mainly red and green colors. Web safe color of #A88262 is #999966 (or #996).

RGB color model

#A88262 color RGB value is (168,130,98).

RGB: (168,130,98) (66%, 51%, 38%)

RGB channels and saturation

R 168 of 255 = 66%
G 130 of 255 = 51%
B 98 of 255 = 38%

168
130
98

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

Portions of RGB colors in percentages

R + G + B = 168 + 130 + 98 = 396 (100%)
R 168 of 396 ~ 42.42%
G 130 of 396 ~ 32.83%
B 98 of 396 ~ 24.75'%

%42.42
%32.83
%24.75

CMYK color model

#A88262 color CMYK value is (0,23,42,34).

  • cyan value is 0.00%
  • magenta value is 22.62%
  • yellow value is 41.67%
  • key color value is 34.12%
CMYK: (0,23,42,34) C0M23Y42K34 (0%,23%,42%,34%) (0.00/0.23/0.42/0.34) 

CMYK percentages

%0
%22.62
%41.67
%34.12

Codes

Color #A88262 in popluar color models

A8 82 62
RGB 168 130 98
HSL 27° 28.69% 52.16%
HSB/HSV 27° 41.67% 65.88%
CMYK 0.00% 22.62% 41.67%
34.12%

Color #A88262 in popluar number systems.

HEX A8 82 62
Decimal 168 130 98
Binary 10101000 10000010 1100010
Octal 250 202 142

Shades and tints

Shades of #A88262

#A88262
(168,130,98)
#99775A
(153,119,90)
#8A6C52
(138,108,82)
#7B614A
(123,97,74)
#6C5642
(108,86,66)
#5D4B3A
(93,75,58)
#4E4032
(78,64,50)
#3F352A
(63,53,42)
#302A22
(48,42,34)
#211F1A
(33,31,26)
#121412
(18,20,18)
#000000
(0,0,0)

Tints of #A88262

#A88262
(168,130,98)
#AF8D70
(175,141,112)
#B6987E
(182,152,126)
#BDA38C
(189,163,140)
#C4AE9A
(196,174,154)
#CBB9A8
(203,185,168)
#D2C4B6
(210,196,182)
#D9CFC4
(217,207,196)
#E0DAD2
(224,218,210)
#E7E5E0
(231,229,224)
#EEF0EE
(238,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A88262 color. Also use rgb(168,130,98) instead hex code.

Text Font Color

.myTextColor { color: #A88262; }

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

This text font color is #A88262.

Background Color

.myBgColor { background-color: #A88262; }

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

This div background color is #A88262.

Border color

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

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

This div border color is #A88262.

Opacity

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

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

Text with #A88262 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 #A88262;}

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

This text has shadow with #A88262 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A88262.

Preview

Color preview on black background

This text has color #A88262 on black background.


Color preview on white background

This text has color #A88262 on white background.


Black color preview on #A88262 background

This text has black color on #A88262 background.


White color preview on #A88262 background

This text has white color on #A88262 background.


Related colors

Complementary color

Complementary color for #hex is #577D9D.


I love getcolorcode.com

Triadic colors

1 #62A882 and #8262A8 with #A88262 are triadic colors.

2 #6282A8 and #82A862 with #A88262 are triadic colors.