#A29A7F

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

Shades of Grey Olive #A29A7F

Tints of Grey Olive #A29A7F

Color information

#A29A7F (or 0xA29A7F) is unknown color: approx Grey Olive. HEX triplet: A2, 9A and 7F. RGB value is (162,154,127). Sum of RGB (Red+Green+Blue) = 162+154+127=443 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.57% from 443); Green value is 154 (60.55% from 255 or 34.76% from 443); Blue value is 127 (50% from 255 or 28.67% from 443); Max value from RGB is 162 - color contains mainly: red. Hex color #A29A7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29A7F is #5D6580. Grayscale: #999999. Windows color (decimal): -6120833 or 8362658. OLE color: 8362658.

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

Color convert

RGB162154127-
CMYK00.050.220.36
HSL46.29º15.84%56.67%-
HSV(B)46.29º21.6%63.53%-
XYZ30.2932.3224.72-
YUV153.31113.15134.2-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.57%
GREEN value IS 154 (60.55% from 255) = 34.76%
BLUE value IS 127 (50% from 255) = 28.67%
R=36.57%
G=34.76%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215412700.050.220.3646.2915.8456.67
HexA29A7F0516242e1039
Octal242232177052644562071
Binary1010001010011010111111101011011010010010111010000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29A7F; }

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

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

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

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

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

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

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

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