#A59D80

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

Shades of Grey Olive #A59D80

Tints of Grey Olive #A59D80

Color information

#A59D80 (or 0xA59D80) is unknown color: approx Grey Olive. HEX triplet: A5, 9D and 80. RGB value is (165,157,128). Sum of RGB (Red+Green+Blue) = 165+157+128=450 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.67% from 450); Green value is 157 (61.72% from 255 or 34.89% from 450); Blue value is 128 (50.39% from 255 or 28.44% from 450); Max value from RGB is 165 - color contains mainly: red. Hex color #A59D80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A59D80 is #5A627F. Grayscale: #9C9C9C. Windows color (decimal): -5923456 or 8428965. OLE color: 8428965.

HSL color Cylindrical-coordinate representation of color #A59D80: hue angle of 47.03º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A59D80 is Cyan = 0, Magento = 0.05, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB165157128-
CMYK00.050.220.35
HSL47.03º17.05%57.45%-
HSV(B)47.03º22.42%64.71%-
XYZ31.4733.6725.26-
YUV156.09112.15134.36-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.67%
GREEN value IS 157 (61.72% from 255) = 34.89%
BLUE value IS 128 (50.39% from 255) = 28.44%
R=36.67%
G=34.89%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.22
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16515712800.050.220.3547.0317.0557.45
HexA59D800516232f1139
Octal245235200052643572171
Binary10100101100111011000000001011011010001110111110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A59D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A59D80; }

 p { color: rgb(165,157,128); }

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

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

 a { background-color: rgb(165,157,128); }

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

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

 span { border-color: rgb(165,157,128); }

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