#A1997E

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

Shades of Grey Olive #A1997E

Tints of Grey Olive #A1997E

Color information

#A1997E (or 0xA1997E) is unknown color: approx Grey Olive. HEX triplet: A1, 99 and 7E. RGB value is (161,153,126). Sum of RGB (Red+Green+Blue) = 161+153+126=440 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.59% from 440); Green value is 153 (60.16% from 255 or 34.77% from 440); Blue value is 126 (49.61% from 255 or 28.64% from 440); Max value from RGB is 161 - color contains mainly: red. Hex color #A1997E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1997E is #5E6681. Grayscale: #989898. Windows color (decimal): -6186626 or 8296865. OLE color: 8296865.

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

Color convert

RGB161153126-
CMYK00.050.220.37
HSL46.29º15.7%56.27%-
HSV(B)46.29º21.74%63.14%-
XYZ29.8631.8724.32-
YUV152.31113.15134.2-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.59%
GREEN value IS 153 (60.16% from 255) = 34.77%
BLUE value IS 126 (49.61% from 255) = 28.64%
R=36.59%
G=34.77%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16115312600.050.220.3746.2915.756.27
HexA1997E0516252e1038
Octal241231176052645562070
Binary1010000110011001111111001011011010010110111010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1997E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1997E; }

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

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

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

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

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

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

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

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