Html Css Color HEX #A09A7C Grey Olive

📋 copy color: '#A09A7C'

red 160 ◦ green 154 ◦ blue 124

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

Shades of Grey Olive #A09A7C

Tints of Grey Olive #A09A7C

RGB

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

 GREEN value IS 154 (60.55% from 255) = 35.16%

 BLUE value IS 124 (48.83% from 255) = 28.31%

R = 36.53%
G = 35.16%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A09A7C (or 0xA09A7C) is known color: Grey Olive. HEX triplet: A0, 9A and 7C. RGB value is (160,154,124). Sum of RGB (Red+Green+Blue) = 160+154+124=438 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.53% from 438); Green value is 154 (60.55% from 255 or 35.16% from 438); Blue value is 124 (48.83% from 255 or 28.31% from 438); Max value from RGB is 160 - color contains mainly: red. Hex color #A09A7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09A7C is #5F6583. Grayscale: #989898. Windows color (decimal): -6251908 or 8166048. OLE color: 8166048.

HSL color Cylindrical-coordinate representation of color #A09A7C: hue angle of 50º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A09A7C is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 154 124 -
CMYK 0 0.04 0.22 0.37
HSL 50º 0.16% 0.56% -
HSV(B) 50º 0.23% 0.63% -
XYZ 29.69 32.04 23.69 -
YUV 152.37 111.99 133.44 -
System Red Green Blue C M Y K H S L
Decimal 160 154 124 0 0.04 0.22 0.37 50 0.16 0.56
Hex A0 9A 7C 0 4 16 25 32 10 38
Octal 240 232 174 0 4 26 45 62 20 70
Binary 10100000 10011010 1111100 0 100 10110 100101 110010 10000 111000

Color Harmonies of #A09A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09A7C

Black with #A09A7C

Text Example


Text Example

White with #A09A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09A7C; }

 p { color: rgb(160,154,124); }

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

background-color css

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

 a { background-color: rgb(160,154,124); }

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

border-color css

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

 span { border-color: rgb(160,154,124); }

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