#AB9DA4

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

Shades of Shady Lady #AB9DA4

Tints of Shady Lady #AB9DA4

Color information

#AB9DA4 (or 0xAB9DA4) is unknown color: approx Shady Lady. HEX triplet: AB, 9D and A4. RGB value is (171,157,164). Sum of RGB (Red+Green+Blue) = 171+157+164=492 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.76% from 492); Green value is 157 (61.72% from 255 or 31.91% from 492); Blue value is 164 (64.45% from 255 or 33.33% from 492); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9DA4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9DA4 is #54625B. Grayscale: #A1A1A1. Windows color (decimal): -5530204 or 10788267. OLE color: 10788267.

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

Color convert

RGB171157164-
CMYK00.080.040.33
HSL330º7.69%64.31%-
HSV(B)330º8.19%67.06%-
XYZ35.5535.4540.09-
YUV161.98129.14134.43-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.76%
GREEN value IS 157 (61.72% from 255) = 31.91%
BLUE value IS 164 (64.45% from 255) = 33.33%
R=34.76%
G=31.91%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115716400.080.040.333307.6964.31
HexAB9DA40842114a840
Octal25323524401044151210100
Binary1010101110011101101001000100010010000110100101010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9DA4; }

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

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

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

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

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

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

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

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