#AB929F

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

Shades of Shady Lady #AB929F

Tints of Shady Lady #AB929F

Color information

#AB929F (or 0xAB929F) is unknown color: approx Shady Lady. HEX triplet: AB, 92 and 9F. RGB value is (171,146,159). Sum of RGB (Red+Green+Blue) = 171+146+159=476 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.92% from 476); Green value is 146 (57.42% from 255 or 30.67% from 476); Blue value is 159 (62.5% from 255 or 33.40% from 476); Max value from RGB is 171 - color contains mainly: red. Hex color #AB929F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB929F is #546D60. Grayscale: #9A9A9A. Windows color (decimal): -5533025 or 10457771. OLE color: 10457771.

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

Color convert

RGB171146159-
CMYK00.150.070.33
HSL328.8º12.95%62.16%-
HSV(B)328.8º14.62%67.06%-
XYZ33.3331.7237.17-
YUV154.96130.28139.44-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 35.92%
GREEN value IS 146 (57.42% from 255) = 30.67%
BLUE value IS 159 (62.5% from 255) = 33.40%
R=35.92%
G=30.67%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17114615900.150.070.33328.812.9562.16
HexAB929F0F721149d3e
Octal2532222370177415111576
Binary101010111001001010011111011111111000011010010011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB929F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB929F; }

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

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

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

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

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

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

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

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