#AB949D

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

Shades of Shady Lady #AB949D

Tints of Shady Lady #AB949D

Color information

#AB949D (or 0xAB949D) is unknown color: approx Shady Lady. HEX triplet: AB, 94 and 9D. RGB value is (171,148,157). Sum of RGB (Red+Green+Blue) = 171+148+157=476 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.92% from 476); Green value is 148 (58.20% from 255 or 31.09% from 476); Blue value is 157 (61.72% from 255 or 32.98% from 476); Max value from RGB is 171 - color contains mainly: red. Hex color #AB949D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB949D is #546B62. Grayscale: #9B9B9B. Windows color (decimal): -5532515 or 10327211. OLE color: 10327211.

HSL color Cylindrical-coordinate representation of color #AB949D: hue angle of 336.52º 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 #AB949D is Cyan = 0, Magento = 0.13, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB171148157-
CMYK00.130.080.33
HSL336.52º12.04%62.55%-
HSV(B)336.52º13.45%67.06%-
XYZ33.4732.2736.36-
YUV155.9128.62138.77-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.92%
GREEN value IS 148 (58.20% from 255) = 31.09%
BLUE value IS 157 (61.72% from 255) = 32.98%
R=35.92%
G=31.09%
B=32.98%

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
Decimal17114815700.130.080.33336.5212.0462.55
HexAB949D0D821151c3f
Octal25322423501510415211477
Binary1010101110010100100111010110110001000011010100011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB949D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB949D; }

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

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

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

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

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

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

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

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