#A09D83

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

Shades of Grey Olive #A09D83

Tints of Grey Olive #A09D83

Color information

#A09D83 (or 0xA09D83) is unknown color: approx Grey Olive. HEX triplet: A0, 9D and 83. RGB value is (160,157,131). Sum of RGB (Red+Green+Blue) = 160+157+131=448 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.71% from 448); Green value is 157 (61.72% from 255 or 35.04% from 448); Blue value is 131 (51.56% from 255 or 29.24% from 448); Max value from RGB is 160 - color contains mainly: red. Hex color #A09D83 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09D83 is #5F627C. Grayscale: #9B9B9B. Windows color (decimal): -6251133 or 8625568. OLE color: 8625568.

HSL color Cylindrical-coordinate representation of color #A09D83: hue angle of 53.79º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A09D83 is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.37.

Color convert

RGB160157131-
CMYK00.020.180.37
HSL53.79º13.24%57.06%-
HSV(B)53.79º18.13%62.75%-
XYZ30.6533.2326.27-
YUV154.93114.49131.61-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.71%
GREEN value IS 157 (61.72% from 255) = 35.04%
BLUE value IS 131 (51.56% from 255) = 29.24%
R=35.71%
G=35.04%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.18
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16015713100.020.180.3753.7913.2457.06
HexA09D8302122536d39
Octal240235203022245661571
Binary101000001001110110000011010100101001011101101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09D83; }

 p { color: rgb(160,157,131); }

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

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

 a { background-color: rgb(160,157,131); }

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

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

 span { border-color: rgb(160,157,131); }

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