Html Css Color HEX #A0977F Grey Olive

📋 copy color: '#A0977F'

red 160 ◦ green 151 ◦ blue 127

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

Shades of Grey Olive #A0977F

Tints of Grey Olive #A0977F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29%

R = 36.53%
G = 34.47%
B = 29%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.21

 K value IS 0.37

RGB Variations

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

Color information

#A0977F (or 0xA0977F) is known color: Grey Olive. HEX triplet: A0, 97 and 7F. RGB value is (160,151,127). Sum of RGB (Red+Green+Blue) = 160+151+127=438 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.53% from 438); Green value is 151 (59.38% from 255 or 34.47% from 438); Blue value is 127 (50% from 255 or 29.00% from 438); Max value from RGB is 160 - color contains mainly: red. Hex color #A0977F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0977F is #5F6880. Grayscale: #979797. Windows color (decimal): -6252673 or 8361888. OLE color: 8361888.

HSL color Cylindrical-coordinate representation of color #A0977F: hue angle of 43.64º degrees, saturation: 0.15, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A0977F is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 151 127 -
CMYK 0 0.06 0.21 0.37
HSL 43.64º 0.15% 0.56% -
HSV(B) 43.64º 0.21% 0.63% -
XYZ 29.39 31.14 24.54 -
YUV 150.96 114.48 134.45 -
System Red Green Blue C M Y K H S L
Decimal 160 151 127 0 0.06 0.21 0.37 43.64 0.15 0.56
Hex A0 97 7F 0 6 15 25 2C F 38
Octal 240 227 177 0 6 25 45 54 17 70
Binary 10100000 10010111 1111111 0 110 10101 100101 101100 1111 111000

Color Harmonies of #A0977F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0977F

Black with #A0977F

Text Example


Text Example

White with #A0977F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0977F; }

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

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

background-color css

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

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

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

border-color css

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

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

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