#ABA8A9

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

Shades of Shady Lady #ABA8A9

Tints of Shady Lady #ABA8A9

Color information

#ABA8A9 (or 0xABA8A9) is unknown color: approx Shady Lady. HEX triplet: AB, A8 and A9. RGB value is (171,168,169). Sum of RGB (Red+Green+Blue) = 171+168+169=508 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.66% from 508); Green value is 168 (66.02% from 255 or 33.07% from 508); Blue value is 169 (66.41% from 255 or 33.27% from 508); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA8A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA8A9 is #545756. Grayscale: #A9A9A9. Windows color (decimal): -5527383 or 11118763. OLE color: 11118763.

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

Color convert

RGB171168169-
CMYK00.020.010.33
HSL340º1.75%66.47%-
HSV(B)340º1.75%67.06%-
XYZ37.9639.5343.17-
YUV169.01127.99129.42-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.66%
GREEN value IS 168 (66.02% from 255) = 33.07%
BLUE value IS 169 (66.41% from 255) = 33.27%
R=33.66%
G=33.07%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116816900.020.010.333401.7566.47
HexABA8A902121154242
Octal253250251021415242102
Binary1010101110101000101010010101100001101010100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA8A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA8A9; }

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

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

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

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

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

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

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

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