#AB949E

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

Shades of Shady Lady #AB949E

Tints of Shady Lady #AB949E

Color information

#AB949E (or 0xAB949E) is unknown color: approx Shady Lady. HEX triplet: AB, 94 and 9E. RGB value is (171,148,158). Sum of RGB (Red+Green+Blue) = 171+148+158=477 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.85% from 477); Green value is 148 (58.20% from 255 or 31.03% from 477); Blue value is 158 (62.11% from 255 or 33.12% from 477); Max value from RGB is 171 - color contains mainly: red. Hex color #AB949E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB949E is #546B61. Grayscale: #9C9C9C. Windows color (decimal): -5532514 or 10392747. OLE color: 10392747.

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

Color convert

RGB171148158-
CMYK00.130.080.33
HSL333.91º12.04%62.55%-
HSV(B)333.91º13.45%67.06%-
XYZ33.5632.3136.81-
YUV156.02129.12138.69-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.85%
GREEN value IS 148 (58.20% from 255) = 31.03%
BLUE value IS 158 (62.11% from 255) = 33.12%
R=35.85%
G=31.03%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17114815800.130.080.33333.9112.0462.55
HexAB949E0D82114ec3f
Octal25322423601510415161477
Binary1010101110010100100111100110110001000011010011101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB949E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB949E; }

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

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

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

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

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

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

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

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