#AB949A

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

Shades of Shady Lady #AB949A

Tints of Shady Lady #AB949A

Color information

#AB949A (or 0xAB949A) is unknown color: approx Shady Lady. HEX triplet: AB, 94 and 9A. RGB value is (171,148,154). Sum of RGB (Red+Green+Blue) = 171+148+154=473 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.15% from 473); Green value is 148 (58.20% from 255 or 31.29% from 473); Blue value is 154 (60.55% from 255 or 32.56% from 473); Max value from RGB is 171 - color contains mainly: red. Hex color #AB949A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB949A is #546B65. Grayscale: #9B9B9B. Windows color (decimal): -5532518 or 10130603. OLE color: 10130603.

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

Color convert

RGB171148154-
CMYK00.130.100.33
HSL344.35º12.04%62.55%-
HSV(B)344.35º13.45%67.06%-
XYZ33.2232.1735.03-
YUV155.56127.12139.01-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.15%
GREEN value IS 148 (58.20% from 255) = 31.29%
BLUE value IS 154 (60.55% from 255) = 32.56%
R=36.15%
G=31.29%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17114815400.130.100.33344.3512.0462.55
HexAB949A0DA21158c3f
Octal25322423201512415301477
Binary1010101110010100100110100110110101000011010110001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB949A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB949A; }

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

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

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

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

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

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

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

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