#AB93A2

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

Shades of Shady Lady #AB93A2

Tints of Shady Lady #AB93A2

Color information

#AB93A2 (or 0xAB93A2) is unknown color: approx Shady Lady. HEX triplet: AB, 93 and A2. RGB value is (171,147,162). Sum of RGB (Red+Green+Blue) = 171+147+162=480 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.62% from 480); Green value is 147 (57.81% from 255 or 30.62% from 480); Blue value is 162 (63.67% from 255 or 33.75% from 480); Max value from RGB is 171 - color contains mainly: red. Hex color #AB93A2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB93A2 is #546C5D. Grayscale: #9B9B9B. Windows color (decimal): -5532766 or 10654635. OLE color: 10654635.

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

Color convert

RGB171147162-
CMYK00.140.050.33
HSL322.5º12.5%62.35%-
HSV(B)322.5º14.04%67.06%-
XYZ33.7532.1338.61-
YUV155.89131.45138.78-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.62%
GREEN value IS 147 (57.81% from 255) = 30.62%
BLUE value IS 162 (63.67% from 255) = 33.75%
R=35.62%
G=30.62%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17114716200.140.050.33322.512.562.35
HexAB93A20E521142c3e
Octal2532232420165415021476
Binary101010111001001110100010011101011000011010000101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB93A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB93A2; }

 p { color: rgb(171,147,162); }

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

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

 a { background-color: rgb(171,147,162); }

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

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

 span { border-color: rgb(171,147,162); }

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