#A29980

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

Shades of Grey Olive #A29980

Tints of Grey Olive #A29980

Color information

#A29980 (or 0xA29980) is unknown color: approx Grey Olive. HEX triplet: A2, 99 and 80. RGB value is (162,153,128). Sum of RGB (Red+Green+Blue) = 162+153+128=443 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.57% from 443); Green value is 153 (60.16% from 255 or 34.54% from 443); Blue value is 128 (50.39% from 255 or 28.89% from 443); Max value from RGB is 162 - color contains mainly: red. Hex color #A29980 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A29980 is #5D667F. Grayscale: #989898. Windows color (decimal): -6121088 or 8427938. OLE color: 8427938.

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

Color convert

RGB162153128-
CMYK00.060.210.36
HSL44.12º15.45%56.86%-
HSV(B)44.12º20.99%63.53%-
XYZ30.1932.0225.01-
YUV152.84113.98134.53-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.57%
GREEN value IS 153 (60.16% from 255) = 34.54%
BLUE value IS 128 (50.39% from 255) = 28.89%
R=36.57%
G=34.54%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16215312800.060.210.3644.1215.4556.86
HexA299800615242cf39
Octal242231200062544541771
Binary1010001010011001100000000110101011001001011001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A29980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A29980; }

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

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

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

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

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

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

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

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