#AB99A3

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

Shades of Shady Lady #AB99A3

Tints of Shady Lady #AB99A3

Color information

#AB99A3 (or 0xAB99A3) is unknown color: approx Shady Lady. HEX triplet: AB, 99 and A3. RGB value is (171,153,163). Sum of RGB (Red+Green+Blue) = 171+153+163=487 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.11% from 487); Green value is 153 (60.16% from 255 or 31.42% from 487); Blue value is 163 (64.06% from 255 or 33.47% from 487); Max value from RGB is 171 - color contains mainly: red. Hex color #AB99A3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB99A3 is #54665C. Grayscale: #9F9F9F. Windows color (decimal): -5531229 or 10721707. OLE color: 10721707.

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

Color convert

RGB171153163-
CMYK00.110.050.33
HSL326.67º9.68%63.53%-
HSV(B)326.67º10.53%67.06%-
XYZ34.834.0839.4-
YUV159.52129.96136.19-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.11%
GREEN value IS 153 (60.16% from 255) = 31.42%
BLUE value IS 163 (64.06% from 255) = 33.47%
R=35.11%
G=31.42%
B=33.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17115316300.110.050.33326.679.6863.53
HexAB99A30B521147a40
Octal25323124301354150712100
Binary1010101110011001101000110101110110000110100011110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB99A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB99A3; }

 p { color: rgb(171,153,163); }

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

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

 a { background-color: rgb(171,153,163); }

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

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

 span { border-color: rgb(171,153,163); }

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