#AB9AA5

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

Shades of Shady Lady #AB9AA5

Tints of Shady Lady #AB9AA5

Color information

#AB9AA5 (or 0xAB9AA5) is unknown color: approx Shady Lady. HEX triplet: AB, 9A and A5. RGB value is (171,154,165). Sum of RGB (Red+Green+Blue) = 171+154+165=490 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.90% from 490); Green value is 154 (60.55% from 255 or 31.43% from 490); Blue value is 165 (64.84% from 255 or 33.67% from 490); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9AA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9AA5 is #54655A. Grayscale: #A0A0A0. Windows color (decimal): -5530971 or 10853035. OLE color: 10853035.

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

Color convert

RGB171154165-
CMYK00.100.040.33
HSL321.18º9.19%63.73%-
HSV(B)321.18º9.94%67.06%-
XYZ35.1434.4940.4-
YUV160.34130.63135.61-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.90%
GREEN value IS 154 (60.55% from 255) = 31.43%
BLUE value IS 165 (64.84% from 255) = 33.67%
R=34.90%
G=31.43%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115416500.100.040.33321.189.1963.73
HexAB9AA50A421141940
Octal25323224501244150111100
Binary1010101110011010101001010101010010000110100000110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9AA5; }

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

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

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

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

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

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

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

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