Html Css Color HEX #A0997F Grey Olive

📋 copy color: '#A0997F'

red 160 ◦ green 153 ◦ blue 127

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

Shades of Grey Olive #A0997F

Tints of Grey Olive #A0997F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 34.77%

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

R = 36.36%
G = 34.77%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.21

 K value IS 0.37

RGB Variations

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

Color information

#A0997F (or 0xA0997F) is known color: Grey Olive. HEX triplet: A0, 99 and 7F. RGB value is (160,153,127). Sum of RGB (Red+Green+Blue) = 160+153+127=440 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.36% from 440); Green value is 153 (60.16% from 255 or 34.77% from 440); Blue value is 127 (50% from 255 or 28.86% from 440); Max value from RGB is 160 - color contains mainly: red. Hex color #A0997F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0997F is #5F6680. Grayscale: #989898. Windows color (decimal): -6252161 or 8362400. OLE color: 8362400.

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

Color convert

RGB 160 153 127 -
CMYK 0 0.04 0.21 0.37
HSL 47.27º 0.15% 0.56% -
HSV(B) 47.27º 0.21% 0.63% -
XYZ 29.72 31.79 24.65 -
YUV 152.13 113.82 133.61 -
System Red Green Blue C M Y K H S L
Decimal 160 153 127 0 0.04 0.21 0.37 47.27 0.15 0.56
Hex A0 99 7F 0 4 15 25 2F F 38
Octal 240 231 177 0 4 25 45 57 17 70
Binary 10100000 10011001 1111111 0 100 10101 100101 101111 1111 111000

Color Harmonies of #A0997F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0997F

Black with #A0997F

Text Example


Text Example

White with #A0997F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0997F; }

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

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

background-color css

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

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

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

border-color css

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

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

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