#AB9DA6

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

Shades of Shady Lady #AB9DA6

Tints of Shady Lady #AB9DA6

Color information

#AB9DA6 (or 0xAB9DA6) is unknown color: approx Shady Lady. HEX triplet: AB, 9D and A6. RGB value is (171,157,166). Sum of RGB (Red+Green+Blue) = 171+157+166=494 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.62% from 494); Green value is 157 (61.72% from 255 or 31.78% from 494); Blue value is 166 (65.23% from 255 or 33.60% from 494); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9DA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9DA6 is #546259. Grayscale: #A2A2A2. Windows color (decimal): -5530202 or 10919339. OLE color: 10919339.

HSL color Cylindrical-coordinate representation of color #AB9DA6: hue angle of 321.43º degrees, saturation: 0.08, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #AB9DA6 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.33.

Color convert

RGB171157166-
CMYK00.080.030.33
HSL321.43º7.69%64.31%-
HSV(B)321.43º8.19%67.06%-
XYZ35.7335.5341.05-
YUV162.21130.14134.27-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.62%
GREEN value IS 157 (61.72% from 255) = 31.78%
BLUE value IS 166 (65.23% from 255) = 33.60%
R=34.62%
G=31.78%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.03
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115716600.080.030.33321.437.6964.31
HexAB9DA608321141840
Octal25323524601034150110100
Binary101010111001110110100110010001110000110100000110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9DA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9DA6; }

 p { color: rgb(171,157,166); }

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

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

 a { background-color: rgb(171,157,166); }

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

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

 span { border-color: rgb(171,157,166); }

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