#A29A7D

Color #A29A7D Grey Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey Olive #A29A7D

Tints of Grey Olive #A29A7D

Color information

#A29A7D (or 0xA29A7D) is unknown color: approx Grey Olive. HEX triplet: A2, 9A and 7D. RGB value is (162,154,125). Sum of RGB (Red+Green+Blue) = 162+154+125=441 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.73% from 441); Green value is 154 (60.55% from 255 or 34.92% from 441); Blue value is 125 (49.22% from 255 or 28.34% from 441); Max value from RGB is 162 - color contains mainly: red. Hex color #A29A7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29A7D is #5D6582. Grayscale: #999999. Windows color (decimal): -6120835 or 8231586. OLE color: 8231586.

HSL color Cylindrical-coordinate representation of color #A29A7D: hue angle of 47.03º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A29A7D is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB162154125-
CMYK00.050.230.36
HSL47.03º16.59%56.27%-
HSV(B)47.03º22.84%63.53%-
XYZ30.1632.2724.04-
YUV153.09112.15134.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 162 (63.67% from 255) = 36.73%
GREEN value IS 154 (60.55% from 255) = 34.92%
BLUE value IS 125 (49.22% from 255) = 28.34%
R=36.73%
G=34.92%
B=28.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215412500.050.230.3647.0316.5956.27
HexA29A7D0517242f1138
Octal242232175052744572170
Binary1010001010011010111110101011011110010010111110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29A7D; }

 p { color: rgb(162,154,125); }

 H1.HeaderClassName
 {
   color: #A29A7D;
 }
 .AnyTagClassName
 {
   color: #A29A7D;
 }
</style>
background-color css

<style>
 a { background-color: #A29A7D; }

 a { background-color: rgb(162,154,125); }

 div.DivClassName
 {
   background-color: #A29A7D;
 }
 .BgClassName
 {
   background-color: #A29A7D;
 }
</style>
border-color css

<style>
 span { border-color: #A29A7D; }

 span { border-color: rgb(162,154,125); }

 td.TdClassName
 {
   border-color: #A29A7D;
 }
 .TagClassName
 {
   border-color: #A29A7D;
 }
</style>