#AB939A

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

Shades of Shady Lady #AB939A

Tints of Shady Lady #AB939A

Color information

#AB939A (or 0xAB939A) is unknown color: approx Shady Lady. HEX triplet: AB, 93 and 9A. RGB value is (171,147,154). Sum of RGB (Red+Green+Blue) = 171+147+154=472 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.23% from 472); Green value is 147 (57.81% from 255 or 31.14% from 472); Blue value is 154 (60.55% from 255 or 32.63% from 472); Max value from RGB is 171 - color contains mainly: red. Hex color #AB939A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB939A is #546C65. Grayscale: #9A9A9A. Windows color (decimal): -5532774 or 10130347. OLE color: 10130347.

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

Color convert

RGB171147154-
CMYK00.140.100.33
HSL342.5º12.5%62.35%-
HSV(B)342.5º14.04%67.06%-
XYZ33.0631.8634.98-
YUV154.97127.45139.43-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.23%
GREEN value IS 147 (57.81% from 255) = 31.14%
BLUE value IS 154 (60.55% from 255) = 32.63%
R=36.23%
G=31.14%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17114715400.140.100.33342.512.562.35
HexAB939A0EA21156c3e
Octal25322323201612415261476
Binary1010101110010011100110100111010101000011010101101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB939A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB939A; }

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

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

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

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

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

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

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

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