#A29C7F

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

Shades of Grey Olive #A29C7F

Tints of Grey Olive #A29C7F

Color information

#A29C7F (or 0xA29C7F) is unknown color: approx Grey Olive. HEX triplet: A2, 9C and 7F. RGB value is (162,156,127). Sum of RGB (Red+Green+Blue) = 162+156+127=445 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.40% from 445); Green value is 156 (61.33% from 255 or 35.06% from 445); Blue value is 127 (50% from 255 or 28.54% from 445); Max value from RGB is 162 - color contains mainly: red. Hex color #A29C7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29C7F is #5D6380. Grayscale: #9A9A9A. Windows color (decimal): -6120321 or 8363170. OLE color: 8363170.

HSL color Cylindrical-coordinate representation of color #A29C7F: hue angle of 49.71º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A29C7F is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB162156127-
CMYK00.040.220.36
HSL49.71º15.84%56.67%-
HSV(B)49.71º21.6%63.53%-
XYZ30.6232.9924.83-
YUV154.49112.49133.36-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.40%
GREEN value IS 156 (61.33% from 255) = 35.06%
BLUE value IS 127 (50% from 255) = 28.54%
R=36.40%
G=35.06%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215612700.040.220.3649.7115.8456.67
HexA29C7F041624321039
Octal242234177042644622071
Binary1010001010011100111111101001011010010011001010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29C7F; }

 p { color: rgb(162,156,127); }

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

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

 a { background-color: rgb(162,156,127); }

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

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

 span { border-color: rgb(162,156,127); }

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