#A0997B

Color #A0997B Grey Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Grey Olive #A0997B

Tints of Grey Olive #A0997B

Color information

#A0997B (or 0xA0997B) is unknown color: approx Grey Olive. HEX triplet: A0, 99 and 7B. RGB value is (160,153,123). Sum of RGB (Red+Green+Blue) = 160+153+123=436 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.70% from 436); Green value is 153 (60.16% from 255 or 35.09% from 436); Blue value is 123 (48.44% from 255 or 28.21% from 436); Max value from RGB is 160 - color contains mainly: red. Hex color #A0997B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A0997B is #5F6684. Grayscale: #979797. Windows color (decimal): -6252165 or 8100256. OLE color: 8100256.

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

Color convert

RGB160153123-
CMYK00.040.230.37
HSL48.65º16.3%55.49%-
HSV(B)48.65º23.13%62.75%-
XYZ29.4631.6923.3-
YUV151.67111.82133.94-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.70%
GREEN value IS 153 (60.16% from 255) = 35.09%
BLUE value IS 123 (48.44% from 255) = 28.21%
R=36.70%
G=35.09%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.23
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16015312300.040.230.3748.6516.355.49
HexA0997B041725311037
Octal240231173042745612067
Binary1010000010011001111101101001011110010111000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0997B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0997B; }

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

 H1.HeaderClassName
 {
   color: #A0997B;
 }
 .AnyTagClassName
 {
   color: #A0997B;
 }
</style>
background-color css

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

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

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

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

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

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