#AB596F

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

Shades of Blush #AB596F

Tints of Blush #AB596F

Color information

#AB596F (or 0xAB596F) is unknown color: approx Blush. HEX triplet: AB, 59 and 6F. RGB value is (171,89,111). Sum of RGB (Red+Green+Blue) = 171+89+111=371 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.09% from 371); Green value is 89 (35.16% from 255 or 23.99% from 371); Blue value is 111 (43.75% from 255 or 29.92% from 371); Max value from RGB is 171 - color contains mainly: red. Hex color #AB596F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB596F is #54A690. Grayscale: #747474. Windows color (decimal): -5547665 or 7297451. OLE color: 7297451.

HSL color Cylindrical-coordinate representation of color #AB596F: hue angle of 343.9º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AB596F is Cyan = 0, Magento = 0.48, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB17189111-
CMYK00.480.350.33
HSL343.9º32.8%50.98%-
HSV(B)343.9º47.95%67.06%-
XYZ23.2416.9517.09-
YUV116.03125.17167.21-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.09%
GREEN value IS 89 (35.16% from 255) = 23.99%
BLUE value IS 111 (43.75% from 255) = 29.92%
R=46.09%
G=23.99%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718911100.480.350.33343.932.850.98
HexAB596F03023211582133
Octal25313115706043415304163
Binary10101011101100111011110110000100011100001101011000100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB596F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB596F; }

 p { color: rgb(171,89,111); }

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

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

 a { background-color: rgb(171,89,111); }

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

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

 span { border-color: rgb(171,89,111); }

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