#AB909A

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

Shades of Shady Lady #AB909A

Tints of Shady Lady #AB909A

Color information

#AB909A (or 0xAB909A) is unknown color: approx Shady Lady. HEX triplet: AB, 90 and 9A. RGB value is (171,144,154). Sum of RGB (Red+Green+Blue) = 171+144+154=469 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.46% from 469); Green value is 144 (56.64% from 255 or 30.70% from 469); Blue value is 154 (60.55% from 255 or 32.84% from 469); Max value from RGB is 171 - color contains mainly: red. Hex color #AB909A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB909A is #546F65. Grayscale: #999999. Windows color (decimal): -5533542 or 10129579. OLE color: 10129579.

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

Color convert

RGB171144154-
CMYK00.160.100.33
HSL337.78º13.85%61.76%-
HSV(B)337.78º15.79%67.06%-
XYZ32.630.9434.83-
YUV153.21128.45140.69-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.46%
GREEN value IS 144 (56.64% from 255) = 30.70%
BLUE value IS 154 (60.55% from 255) = 32.84%
R=36.46%
G=30.70%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17114415400.160.100.33337.7813.8561.76
HexAB909A010A21152e3e
Octal25322023202012415221676
Binary10101011100100001001101001000010101000011010100101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB909A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB909A; }

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

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

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

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

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

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

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

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