#A4997E

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

Shades of Grey Olive #A4997E

Tints of Grey Olive #A4997E

Color information

#A4997E (or 0xA4997E) is unknown color: approx Grey Olive. HEX triplet: A4, 99 and 7E. RGB value is (164,153,126). Sum of RGB (Red+Green+Blue) = 164+153+126=443 (58% of max value = 765). Red value is 164 (64.45% from 255 or 37.02% from 443); Green value is 153 (60.16% from 255 or 34.54% from 443); Blue value is 126 (49.61% from 255 or 28.44% from 443); Max value from RGB is 164 - color contains mainly: red. Hex color #A4997E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4997E is #5B6681. Grayscale: #999999. Windows color (decimal): -5990018 or 8296868. OLE color: 8296868.

HSL color Cylindrical-coordinate representation of color #A4997E: hue angle of 42.63º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A4997E is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB164153126-
CMYK00.070.230.36
HSL42.63º17.27%56.86%-
HSV(B)42.63º23.17%64.31%-
XYZ30.4732.1824.34-
YUV153.21112.64135.7-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.02%
GREEN value IS 153 (60.16% from 255) = 34.54%
BLUE value IS 126 (49.61% from 255) = 28.44%
R=37.02%
G=34.54%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.23
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16415312600.070.230.3642.6317.2756.86
HexA4997E0717242b1139
Octal244231176072744532171
Binary1010010010011001111111001111011110010010101110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4997E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4997E; }

 p { color: rgb(164,153,126); }

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

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

 a { background-color: rgb(164,153,126); }

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

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

 span { border-color: rgb(164,153,126); }

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