#A29D7F

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

Shades of Grey Olive #A29D7F

Tints of Grey Olive #A29D7F

Color information

#A29D7F (or 0xA29D7F) is unknown color: approx Grey Olive. HEX triplet: A2, 9D and 7F. RGB value is (162,157,127). Sum of RGB (Red+Green+Blue) = 162+157+127=446 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.32% from 446); Green value is 157 (61.72% from 255 or 35.20% from 446); Blue value is 127 (50% from 255 or 28.48% from 446); Max value from RGB is 162 - color contains mainly: red. Hex color #A29D7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29D7F is #5D6280. Grayscale: #9B9B9B. Windows color (decimal): -6120065 or 8363426. OLE color: 8363426.

HSL color Cylindrical-coordinate representation of color #A29D7F: hue angle of 51.43º 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 #A29D7F is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB162157127-
CMYK00.030.220.36
HSL51.43º15.84%56.67%-
HSV(B)51.43º21.6%63.53%-
XYZ30.7933.3324.89-
YUV155.07112.16132.94-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.32%
GREEN value IS 157 (61.72% from 255) = 35.20%
BLUE value IS 127 (50% from 255) = 28.48%
R=36.32%
G=35.20%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215712700.030.220.3651.4315.8456.67
HexA29D7F031624331039
Octal242235177032644632071
Binary101000101001110111111110111011010010011001110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29D7F; }

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

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

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

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

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

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

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

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