#A1997F

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

Shades of Grey Olive #A1997F

Tints of Grey Olive #A1997F

Color information

#A1997F (or 0xA1997F) is unknown color: approx Grey Olive. HEX triplet: A1, 99 and 7F. RGB value is (161,153,127). Sum of RGB (Red+Green+Blue) = 161+153+127=441 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.51% from 441); Green value is 153 (60.16% from 255 or 34.69% from 441); Blue value is 127 (50% from 255 or 28.80% from 441); Max value from RGB is 161 - color contains mainly: red. Hex color #A1997F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A1997F is #5E6680. Grayscale: #989898. Windows color (decimal): -6186625 or 8362401. OLE color: 8362401.

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

Color convert

RGB161153127-
CMYK00.050.210.37
HSL45.88º15.32%56.47%-
HSV(B)45.88º21.12%63.14%-
XYZ29.9231.8924.66-
YUV152.43113.65134.11-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.51%
GREEN value IS 153 (60.16% from 255) = 34.69%
BLUE value IS 127 (50% from 255) = 28.80%
R=36.51%
G=34.69%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.21
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16115312700.050.210.3745.8815.3256.47
HexA1997F0515252ef38
Octal241231177052545561770
Binary101000011001100111111110101101011001011011101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1997F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1997F; }

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

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

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

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

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

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

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

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