Html Css Color HEX #A09C79 Grey Olive

📋 copy color: '#A09C79'

red 160 ◦ green 156 ◦ blue 121

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

Shades of Grey Olive #A09C79

Tints of Grey Olive #A09C79

RGB

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

 GREEN value IS 156 (61.33% from 255) = 35.7%

 BLUE value IS 121 (47.66% from 255) = 27.69%

R = 36.61%
G = 35.7%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#A09C79 (or 0xA09C79) is known color: Grey Olive. HEX triplet: A0, 9C and 79. RGB value is (160,156,121). Sum of RGB (Red+Green+Blue) = 160+156+121=437 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.61% from 437); Green value is 156 (61.33% from 255 or 35.70% from 437); Blue value is 121 (47.66% from 255 or 27.69% from 437); Max value from RGB is 160 - color contains mainly: red. Hex color #A09C79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09C79 is #5F6386. Grayscale: #999999. Windows color (decimal): -6251399 or 7969952. OLE color: 7969952.

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

Color convert

RGB 160 156 121 -
CMYK 0 0.02 0.24 0.37
HSL 53.85º 0.17% 0.55% -
HSV(B) 53.85º 0.24% 0.63% -
XYZ 29.84 32.63 22.82 -
YUV 153.21 109.83 132.85 -
System Red Green Blue C M Y K H S L
Decimal 160 156 121 0 0.02 0.24 0.37 53.85 0.17 0.55
Hex A0 9C 79 0 2 18 25 36 11 37
Octal 240 234 171 0 2 30 45 66 21 67
Binary 10100000 10011100 1111001 0 10 11000 100101 110110 10001 110111

Color Harmonies of #A09C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09C79

Black with #A09C79

Text Example


Text Example

White with #A09C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09C79; }

 p { color: rgb(160,156,121); }

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

background-color css

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

 a { background-color: rgb(160,156,121); }

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

border-color css

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

 span { border-color: rgb(160,156,121); }

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