#AB9AA2

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

Shades of Shady Lady #AB9AA2

Tints of Shady Lady #AB9AA2

Color information

#AB9AA2 (or 0xAB9AA2) is unknown color: approx Shady Lady. HEX triplet: AB, 9A and A2. RGB value is (171,154,162). Sum of RGB (Red+Green+Blue) = 171+154+162=487 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.11% from 487); Green value is 154 (60.55% from 255 or 31.62% from 487); Blue value is 162 (63.67% from 255 or 33.26% from 487); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9AA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9AA2 is #54655D. Grayscale: #9F9F9F. Windows color (decimal): -5530974 or 10656427. OLE color: 10656427.

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

Color convert

RGB171154162-
CMYK00.100.050.33
HSL331.76º9.19%63.73%-
HSV(B)331.76º9.94%67.06%-
XYZ34.8734.3838.98-
YUV159.99129.13135.85-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.11%
GREEN value IS 154 (60.55% from 255) = 31.62%
BLUE value IS 162 (63.67% from 255) = 33.26%
R=35.11%
G=31.62%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115416200.100.050.33331.769.1963.73
HexAB9AA20A52114c940
Octal25323224201254151411100
Binary1010101110011010101000100101010110000110100110010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9AA2; }

 p { color: rgb(171,154,162); }

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

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

 a { background-color: rgb(171,154,162); }

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

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

 span { border-color: rgb(171,154,162); }

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