#A29B80

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

Shades of Grey Olive #A29B80

Tints of Grey Olive #A29B80

Color information

#A29B80 (or 0xA29B80) is unknown color: approx Grey Olive. HEX triplet: A2, 9B and 80. RGB value is (162,155,128). Sum of RGB (Red+Green+Blue) = 162+155+128=445 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.40% from 445); Green value is 155 (60.94% from 255 or 34.83% from 445); Blue value is 128 (50.39% from 255 or 28.76% from 445); Max value from RGB is 162 - color contains mainly: red. Hex color #A29B80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29B80 is #5D647F. Grayscale: #9A9A9A. Windows color (decimal): -6120576 or 8428450. OLE color: 8428450.

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

Color convert

RGB162155128-
CMYK00.040.210.36
HSL47.65º15.45%56.86%-
HSV(B)47.65º20.99%63.53%-
XYZ30.5232.6825.12-
YUV154.02113.32133.7-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.40%
GREEN value IS 155 (60.94% from 255) = 34.83%
BLUE value IS 128 (50.39% from 255) = 28.76%
R=36.40%
G=34.83%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215512800.040.210.3647.6515.4556.86
HexA29B8004152430f39
Octal242233200042544601771
Binary1010001010011011100000000100101011001001100001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29B80; }

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

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

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

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

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

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

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

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