Html Css Color HEX #A0977C Grey Olive

📋 copy color: '#A0977C'

red 160 ◦ green 151 ◦ blue 124

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

Shades of Grey Olive #A0977C

Tints of Grey Olive #A0977C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 34.71%

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

R = 36.78%
G = 34.71%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.22

 K value IS 0.37

RGB Variations

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

Color information

#A0977C (or 0xA0977C) is known color: Grey Olive. HEX triplet: A0, 97 and 7C. RGB value is (160,151,124). Sum of RGB (Red+Green+Blue) = 160+151+124=435 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.78% from 435); Green value is 151 (59.38% from 255 or 34.71% from 435); Blue value is 124 (48.83% from 255 or 28.51% from 435); Max value from RGB is 160 - color contains mainly: red. Hex color #A0977C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0977C is #5F6883. Grayscale: #969696. Windows color (decimal): -6252676 or 8165280. OLE color: 8165280.

HSL color Cylindrical-coordinate representation of color #A0977C: hue angle of 45º 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 #A0977C is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 151 124 -
CMYK 0 0.06 0.22 0.37
HSL 45º 0.16% 0.56% -
HSV(B) 45º 0.23% 0.63% -
XYZ 29.2 31.06 23.53 -
YUV 150.61 112.98 134.7 -
System Red Green Blue C M Y K H S L
Decimal 160 151 124 0 0.06 0.22 0.37 45 0.16 0.56
Hex A0 97 7C 0 6 16 25 2D 10 38
Octal 240 227 174 0 6 26 45 55 20 70
Binary 10100000 10010111 1111100 0 110 10110 100101 101101 10000 111000

Color Harmonies of #A0977C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0977C

Black with #A0977C

Text Example


Text Example

White with #A0977C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0977C; }

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

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

background-color css

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

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

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

border-color css

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

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

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