Html Css Color HEX #A09B87 Grey Olive

📋 copy color: '#A09B87'

red 160 ◦ green 155 ◦ blue 135

#A09B87
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Grey Olive #A09B87

Tints of Grey Olive #A09B87

RGB

 RED value IS 160 (62.89% from 255) = 35.56%

 GREEN value IS 155 (60.94% from 255) = 34.44%

 BLUE value IS 135 (53.13% from 255) = 30%

R = 35.56%
G = 34.44%
B = 30%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.16

 K value IS 0.37

RGB Variations

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

Color information

#A09B87 (or 0xA09B87) is known color: Grey Olive. HEX triplet: A0, 9B and 87. RGB value is (160,155,135). Sum of RGB (Red+Green+Blue) = 160+155+135=450 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.56% from 450); Green value is 155 (60.94% from 255 or 34.44% from 450); Blue value is 135 (53.12% from 255 or 30% from 450); Max value from RGB is 160 - color contains mainly: red. Hex color #A09B87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A09B87 is #5F6478. Grayscale: #9A9A9A. Windows color (decimal): -6251641 or 8887200. OLE color: 8887200.

HSL color Cylindrical-coordinate representation of color #A09B87: hue angle of 48º degrees, saturation: 0.12, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A09B87 is Cyan = 0, Magento = 0.03, Yellow = 0.16 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 155 135 -
CMYK 0 0.03 0.16 0.37
HSL 48º 0.12% 0.58% -
HSV(B) 48º 0.16% 0.63% -
XYZ 30.59 32.67 27.61 -
YUV 154.22 117.16 132.13 -
System Red Green Blue C M Y K H S L
Decimal 160 155 135 0 0.03 0.16 0.37 48 0.12 0.58
Hex A0 9B 87 0 3 10 25 30 C 3A
Octal 240 233 207 0 3 20 45 60 14 72
Binary 10100000 10011011 10000111 0 11 10000 100101 110000 1100 111010

Color Harmonies of #A09B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09B87

Black with #A09B87

Text Example


Text Example

White with #A09B87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09B87; }

 p { color: rgb(160,155,135); }

 H1.HeaderClassName
 {
   color: #A09B87;
 }
 .AnyTagClassName
 {
   color: #A09B87;
 }
</style>

background-color css

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

 a { background-color: rgb(160,155,135); }

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

border-color css

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

 span { border-color: rgb(160,155,135); }

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