#AB949B

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

Shades of Shady Lady #AB949B

Tints of Shady Lady #AB949B

Color information

#AB949B (or 0xAB949B) is unknown color: approx Shady Lady. HEX triplet: AB, 94 and 9B. RGB value is (171,148,155). Sum of RGB (Red+Green+Blue) = 171+148+155=474 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.08% from 474); Green value is 148 (58.20% from 255 or 31.22% from 474); Blue value is 155 (60.94% from 255 or 32.70% from 474); Max value from RGB is 171 - color contains mainly: red. Hex color #AB949B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AB949B is #546B64. Grayscale: #9B9B9B. Windows color (decimal): -5532517 or 10196139. OLE color: 10196139.

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

Color convert

RGB171148155-
CMYK00.130.090.33
HSL341.74º12.04%62.55%-
HSV(B)341.74º13.45%67.06%-
XYZ33.332.235.47-
YUV155.68127.62138.93-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 36.08%
GREEN value IS 148 (58.20% from 255) = 31.22%
BLUE value IS 155 (60.94% from 255) = 32.70%
R=36.08%
G=31.22%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17114815500.130.090.33341.7412.0462.55
HexAB949B0D921156c3f
Octal25322423301511415261477
Binary1010101110010100100110110110110011000011010101101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB949B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB949B; }

 p { color: rgb(171,148,155); }

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

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

 a { background-color: rgb(171,148,155); }

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

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

 span { border-color: rgb(171,148,155); }

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