#ABA6A9

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

Shades of Shady Lady #ABA6A9

Tints of Shady Lady #ABA6A9

Color information

#ABA6A9 (or 0xABA6A9) is unknown color: approx Shady Lady. HEX triplet: AB, A6 and A9. RGB value is (171,166,169). Sum of RGB (Red+Green+Blue) = 171+166+169=506 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.79% from 506); Green value is 166 (65.23% from 255 or 32.81% from 506); Blue value is 169 (66.41% from 255 or 33.40% from 506); Max value from RGB is 171 - color contains mainly: red. Hex color #ABA6A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABA6A9 is #545956. Grayscale: #A7A7A7. Windows color (decimal): -5527895 or 11118251. OLE color: 11118251.

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

Color convert

RGB171166169-
CMYK00.030.010.33
HSL324º2.89%66.08%-
HSV(B)324º2.92%67.06%-
XYZ37.5938.7943.04-
YUV167.84128.66130.26-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 33.79%
GREEN value IS 166 (65.23% from 255) = 32.81%
BLUE value IS 169 (66.41% from 255) = 33.40%
R=33.79%
G=32.81%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17116616900.030.010.333242.8966.08
HexABA6A903121144342
Octal253246251031415043102
Binary1010101110100110101010010111100001101000100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABA6A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABA6A9; }

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

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

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

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

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

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

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

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