#A6999E

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

Shades of Shady Lady #A6999E

Tints of Shady Lady #A6999E

Color information

#A6999E (or 0xA6999E) is unknown color: approx Shady Lady. HEX triplet: A6, 99 and 9E. RGB value is (166,153,158). Sum of RGB (Red+Green+Blue) = 166+153+158=477 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.80% from 477); Green value is 153 (60.16% from 255 or 32.08% from 477); Blue value is 158 (62.11% from 255 or 33.12% from 477); Max value from RGB is 166 - color contains mainly: red. Hex color #A6999E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6999E is #596661. Grayscale: #9D9D9D. Windows color (decimal): -5858914 or 10394022. OLE color: 10394022.

HSL color Cylindrical-coordinate representation of color #A6999E: hue angle of 336.92º degrees, saturation: 0.07, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #A6999E is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB166153158-
CMYK00.080.050.35
HSL336.92º6.81%62.55%-
HSV(B)336.92º7.83%65.1%-
XYZ33.2933.3637.03-
YUV157.46128.31134.09-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.80%
GREEN value IS 153 (60.16% from 255) = 32.08%
BLUE value IS 158 (62.11% from 255) = 33.12%
R=34.80%
G=32.08%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615315800.080.050.35336.926.8162.55
HexA6999E0852315173f
Octal246231236010543521777
Binary10100110100110011001111001000101100011101010001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6999E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6999E; }

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

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

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

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

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

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

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

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