#AB9A9E

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

Shades of Shady Lady #AB9A9E

Tints of Shady Lady #AB9A9E

Color information

#AB9A9E (or 0xAB9A9E) is unknown color: approx Shady Lady. HEX triplet: AB, 9A and 9E. RGB value is (171,154,158). Sum of RGB (Red+Green+Blue) = 171+154+158=483 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.40% from 483); Green value is 154 (60.55% from 255 or 31.88% from 483); Blue value is 158 (62.11% from 255 or 32.71% from 483); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9A9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB9A9E is #546561. Grayscale: #9F9F9F. Windows color (decimal): -5530978 or 10394283. OLE color: 10394283.

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

Color convert

RGB171154158-
CMYK00.100.080.33
HSL345.88º9.19%63.73%-
HSV(B)345.88º9.94%67.06%-
XYZ34.5234.2437.14-
YUV159.54127.13136.17-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.40%
GREEN value IS 154 (60.55% from 255) = 31.88%
BLUE value IS 158 (62.11% from 255) = 32.71%
R=35.40%
G=31.88%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115415800.100.080.33345.889.1963.73
HexAB9A9E0A82115a940
Octal253232236012104153211100
Binary10101011100110101001111001010100010000110101101010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB9A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB9A9E; }

 p { color: rgb(171,154,158); }

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

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

 a { background-color: rgb(171,154,158); }

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

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

 span { border-color: rgb(171,154,158); }

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