#AB929A

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

Shades of Shady Lady #AB929A

Tints of Shady Lady #AB929A

Color information

#AB929A (or 0xAB929A) is unknown color: approx Shady Lady. HEX triplet: AB, 92 and 9A. RGB value is (171,146,154). Sum of RGB (Red+Green+Blue) = 171+146+154=471 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.31% from 471); Green value is 146 (57.42% from 255 or 31.00% from 471); Blue value is 154 (60.55% from 255 or 32.70% from 471); Max value from RGB is 171 - color contains mainly: red. Hex color #AB929A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB929A is #546D65. Grayscale: #9A9A9A. Windows color (decimal): -5533030 or 10130091. OLE color: 10130091.

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

Color convert

RGB171146154-
CMYK00.150.100.33
HSL340.8º12.95%62.16%-
HSV(B)340.8º14.62%67.06%-
XYZ32.9131.5534.93-
YUV154.39127.78139.85-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.31%
GREEN value IS 146 (57.42% from 255) = 31.00%
BLUE value IS 154 (60.55% from 255) = 32.70%
R=36.31%
G=31.00%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17114615400.150.100.33340.812.9562.16
HexAB929A0FA21155d3e
Octal25322223201712415251576
Binary1010101110010010100110100111110101000011010101011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB929A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB929A; }

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

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

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

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

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

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

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

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