#A1999E

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

Shades of Shady Lady #A1999E

Tints of Shady Lady #A1999E

Color information

#A1999E (or 0xA1999E) is unknown color: approx Shady Lady. HEX triplet: A1, 99 and 9E. RGB value is (161,153,158). Sum of RGB (Red+Green+Blue) = 161+153+158=472 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.11% from 472); Green value is 153 (60.16% from 255 or 32.42% from 472); Blue value is 158 (62.11% from 255 or 33.47% from 472); Max value from RGB is 161 - color contains mainly: red. Hex color #A1999E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1999E is #5E6661. Grayscale: #9B9B9B. Windows color (decimal): -6186594 or 10394017. OLE color: 10394017.

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

Color convert

RGB161153158-
CMYK00.050.020.37
HSL322.5º4.08%61.57%-
HSV(B)322.5º4.97%63.14%-
XYZ32.2632.8336.98-
YUV155.96129.15131.59-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.11%
GREEN value IS 153 (60.16% from 255) = 32.42%
BLUE value IS 158 (62.11% from 255) = 33.47%
R=34.11%
G=32.42%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.02
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16115315800.050.020.37322.54.0861.57
HexA1999E0522514343e
Octal24123123605245503476
Binary101000011001100110011110010110100101101000011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1999E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1999E; }

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

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

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

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

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

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

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

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