#A29B7B

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

Shades of Grey Olive #A29B7B

Tints of Grey Olive #A29B7B

Color information

#A29B7B (or 0xA29B7B) is unknown color: approx Grey Olive. HEX triplet: A2, 9B and 7B. RGB value is (162,155,123). Sum of RGB (Red+Green+Blue) = 162+155+123=440 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.82% from 440); Green value is 155 (60.94% from 255 or 35.23% from 440); Blue value is 123 (48.44% from 255 or 27.95% from 440); Max value from RGB is 162 - color contains mainly: red. Hex color #A29B7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29B7B is #5D6484. Grayscale: #999999. Windows color (decimal): -6120581 or 8100770. OLE color: 8100770.

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

Color convert

RGB162155123-
CMYK00.040.240.36
HSL49.23º17.33%55.88%-
HSV(B)49.23º24.07%63.53%-
XYZ30.232.5523.43-
YUV153.44110.82134.1-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.82%
GREEN value IS 155 (60.94% from 255) = 35.23%
BLUE value IS 123 (48.44% from 255) = 27.95%
R=36.82%
G=35.23%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215512300.040.240.3649.2317.3355.88
HexA29B7B041824311138
Octal242233173043044612170
Binary1010001010011011111101101001100010010011000110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29B7B; }

 p { color: rgb(162,155,123); }

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

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

 a { background-color: rgb(162,155,123); }

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

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

 span { border-color: rgb(162,155,123); }

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