#AB9FA5

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

Shades of Shady Lady #AB9FA5

Tints of Shady Lady #AB9FA5

Color information

#AB9FA5 (or 0xAB9FA5) is unknown color: approx Shady Lady. HEX triplet: AB, 9F and A5. RGB value is (171,159,165). Sum of RGB (Red+Green+Blue) = 171+159+165=495 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.55% from 495); Green value is 159 (62.5% from 255 or 32.12% from 495); Blue value is 165 (64.84% from 255 or 33.33% from 495); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9FA5 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9FA5 is #54605A. Grayscale: #A3A3A3. Windows color (decimal): -5529691 or 10854315. OLE color: 10854315.

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

Color convert

RGB171159165-
CMYK00.070.040.33
HSL330º6.67%64.71%-
HSV(B)330º7.02%67.06%-
XYZ35.9836.1740.68-
YUV163.27128.98133.51-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 34.55%
GREEN value IS 159 (62.5% from 255) = 32.12%
BLUE value IS 165 (64.84% from 255) = 33.33%
R=34.55%
G=32.12%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115916500.070.040.333306.6764.71
HexAB9FA50742114a741
Octal253237245074415127101
Binary10101011100111111010010101111001000011010010101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9FA5; }

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

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

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

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

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

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

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

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