#ABA9AA

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

Shades of Shady Lady #ABA9AA

Tints of Shady Lady #ABA9AA

Color information

#ABA9AA (or 0xABA9AA) is unknown color: approx Shady Lady. HEX triplet: AB, A9 and AA. RGB value is (171,169,170). Sum of RGB (Red+Green+Blue) = 171+169+170=510 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.53% from 510); Green value is 169 (66.41% from 255 or 33.14% from 510); Blue value is 170 (66.80% from 255 or 33.33% from 510); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA9AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA9AA is #545655. Grayscale: #A9A9A9. Windows color (decimal): -5527126 or 11184555. OLE color: 11184555.

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

Color convert

RGB171169170-
CMYK00.010.010.33
HSL330º1.18%66.67%-
HSV(B)330º1.17%67.06%-
XYZ38.2439.9443.72-
YUV169.71128.16128.92-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.53%
GREEN value IS 169 (66.41% from 255) = 33.14%
BLUE value IS 170 (66.80% from 255) = 33.33%
R=33.53%
G=33.14%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116917000.010.010.333301.1866.67
HexABA9AA0112114a143
Octal253251252011415121103
Binary10101011101010011010101001110000110100101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA9AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA9AA; }

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

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

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

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

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

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

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

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