#A6999C

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

Shades of Shady Lady #A6999C

Tints of Shady Lady #A6999C

Color information

#A6999C (or 0xA6999C) is unknown color: approx Shady Lady. HEX triplet: A6, 99 and 9C. RGB value is (166,153,156). Sum of RGB (Red+Green+Blue) = 166+153+156=475 (62% of max value = 765). Red value is 166 (65.23% from 255 or 34.95% from 475); Green value is 153 (60.16% from 255 or 32.21% from 475); Blue value is 156 (61.33% from 255 or 32.84% from 475); Max value from RGB is 166 - color contains mainly: red. Hex color #A6999C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6999C is #596663. Grayscale: #9D9D9D. Windows color (decimal): -5858916 or 10262950. OLE color: 10262950.

HSL color Cylindrical-coordinate representation of color #A6999C: hue angle of 346.15º 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 #A6999C is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.35.

Color convert

RGB166153156-
CMYK00.080.060.35
HSL346.15º6.81%62.55%-
HSV(B)346.15º7.83%65.1%-
XYZ33.1233.2936.13-
YUV157.23127.31134.26-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.95%
GREEN value IS 153 (60.16% from 255) = 32.21%
BLUE value IS 156 (61.33% from 255) = 32.84%
R=34.95%
G=32.21%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16615315600.080.060.35346.156.8162.55
HexA6999C0862315a73f
Octal246231234010643532777
Binary10100110100110011001110001000110100011101011010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6999C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6999C; }

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

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

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

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

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

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

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

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