#ABA5A9

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

Shades of Shady Lady #ABA5A9

Tints of Shady Lady #ABA5A9

Color information

#ABA5A9 (or 0xABA5A9) is unknown color: approx Shady Lady. HEX triplet: AB, A5 and A9. RGB value is (171,165,169). Sum of RGB (Red+Green+Blue) = 171+165+169=505 (66% of max value = 765). Red value is 171 (67.19% from 255 or 33.86% from 505); Green value is 165 (64.84% from 255 or 32.67% from 505); Blue value is 169 (66.41% from 255 or 33.47% from 505); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA5A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA5A9 is #545A56. Grayscale: #A7A7A7. Windows color (decimal): -5528151 or 11117995. OLE color: 11117995.

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

Color convert

RGB171165169-
CMYK00.040.010.33
HSL320º3.45%65.88%-
HSV(B)320º3.51%67.06%-
XYZ37.4138.4342.98-
YUV167.25128.99130.67-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.86%
GREEN value IS 165 (64.84% from 255) = 32.67%
BLUE value IS 169 (66.41% from 255) = 33.47%
R=33.86%
G=32.67%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116516900.040.010.333203.4565.88
HexABA5A904121140342
Octal253245251041415003102
Binary10101011101001011010100101001100001101000000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA5A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA5A9; }

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

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

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

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

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

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

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

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