COLOR #A8A07C

HEX: #A8A07C
RGB: (168,160,124)

Color info

#A8A07C contains red, green and blue colors in about the same proportion. Web safe color of #A8A07C is #999966 (or #996).

RGB color model

#A8A07C color RGB value is (168,160,124).

  • red value is 168;
  • green value is 160;
  • blue value is 124.
RGB:
(168,160,124)
(66%,63%,49%)

RGB channels and saturation

R 168 of 255 = 66%
G 160 of 255 = 63%
B 124 of 255 = 49%

168
160
124

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

Portions of RGB colors in percentages

R + G + B =
168 + 160 + 124 = 452 (100%)
R 168 of 452 ~ 37.17%
G 160 of 452 ~ 35.4%
B 124 of 452 ~ 27.43%

%37.17
%35.4
%27.43

CMYK color model

#A8A07C color CMYK value is (0,5,26,34).

  • cyan value is 0.00%
  • magenta value is 4.76%
  • yellow value is 26.19%
  • key color value is 34.12%
CMYK:
(0,5,26,34)
C0M5Y26K34 
(0%,5%,26%,34%)
(0.00/0.05/0.26/0.34)	

CMYK percentages

%0
%4.76
%26.19
%34.12

Codes

Color #A8A07C in popluar color models

A8A07C
RGB168160124
HSL49°20.18%57.25%
HSB/HSV49°26.19%65.88%
CMYK0.00%4.76%26.19%
34.12%

Color #A8A07C in popluar number systems.

HEXA8A07C
Decimal168160124
Binary10101000101000001111100
Octal250240174

Shades and tints

Shades of #A8A07C

#A8A07C
(168,160,124)
#999271
(153,146,113)
#8A8466
(138,132,102)
#7B765B
(123,118,91)
#6C6850
(108,104,80)
#5D5A45
(93,90,69)
#4E4C3A
(78,76,58)
#3F3E2F
(63,62,47)
#303024
(48,48,36)
#212219
(33,34,25)
#12140E
(18,20,14)
#000000
(0,0,0)

Tints of #A8A07C

#A8A07C
(168,160,124)
#AFA887
(175,168,135)
#B6B092
(182,176,146)
#BDB89D
(189,184,157)
#C4C0A8
(196,192,168)
#CBC8B3
(203,200,179)
#D2D0BE
(210,208,190)
#D9D8C9
(217,216,201)
#E0E0D4
(224,224,212)
#E7E8DF
(231,232,223)
#EEF0EA
(238,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A8A07C color. Also use rgb(168,160,124) instead hex code.

Text Font Color

.myTextColor { color: #A8A07C; }

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

This text font color is #A8A07C.


Background Color

.myBgColor { background-color: #A8A07C; }

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

This div background color is #A8A07C.


Border color

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

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

This div border color is #A8A07C.


Opacity

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

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

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

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

This text has shadow with #A8A07C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A8A07C on black background.


Color preview on white background

This text has color #A8A07C on white background.



Black color preview on #A8A07C background

This text has black color on #A8A07C background.


White color preview on #A8A07C background

This text has white color on #A8A07C background.