#A998A1

Color #A998A1 Shady Lady (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shady Lady #A998A1

Tints of Shady Lady #A998A1

Color information

#A998A1 (or 0xA998A1) is unknown color: approx Shady Lady. HEX triplet: A9, 98 and A1. RGB value is (169,152,161). Sum of RGB (Red+Green+Blue) = 169+152+161=482 (63% of max value = 765). Red value is 169 (66.41% from 255 or 35.06% from 482); Green value is 152 (59.77% from 255 or 31.54% from 482); Blue value is 161 (63.28% from 255 or 33.40% from 482); Max value from RGB is 169 - color contains mainly: red. Hex color #A998A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A998A1 is #56675E. Grayscale: #9E9E9E. Windows color (decimal): -5662559 or 10590377. OLE color: 10590377.

HSL color Cylindrical-coordinate representation of color #A998A1: hue angle of 328.24º degrees, saturation: 0.09, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A998A1 is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.34.

Color convert

RGB169152161-
CMYK00.100.050.34
HSL328.24º8.99%62.94%-
HSV(B)328.24º10.06%66.27%-
XYZ34.0233.4638.38-
YUV158.11129.63135.77-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 35.06%
GREEN value IS 152 (59.77% from 255) = 31.54%
BLUE value IS 161 (63.28% from 255) = 33.40%
R=35.06%
G=31.54%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.05
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal16915216100.100.050.34328.248.9962.94
HexA998A10A52214893f
Octal2512302410125425101177
Binary101010011001100010100001010101011000101010010001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A998A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A998A1; }

 p { color: rgb(169,152,161); }

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

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

 a { background-color: rgb(169,152,161); }

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

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

 span { border-color: rgb(169,152,161); }

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