#AB596E

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

Shades of Blush #AB596E

Tints of Blush #AB596E

Color information

#AB596E (or 0xAB596E) is unknown color: approx Blush. HEX triplet: AB, 59 and 6E. RGB value is (171,89,110). Sum of RGB (Red+Green+Blue) = 171+89+110=370 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.22% from 370); Green value is 89 (35.16% from 255 or 24.05% from 370); Blue value is 110 (43.36% from 255 or 29.73% from 370); Max value from RGB is 171 - color contains mainly: red. Hex color #AB596E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB596E is #54A691. Grayscale: #737373. Windows color (decimal): -5547666 or 7231915. OLE color: 7231915.

HSL color Cylindrical-coordinate representation of color #AB596E: hue angle of 344.63º 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 #AB596E is Cyan = 0, Magento = 0.48, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB17189110-
CMYK00.480.360.33
HSL344.63º32.8%50.98%-
HSV(B)344.63º47.95%67.06%-
XYZ23.1816.9316.8-
YUV115.91124.67167.29-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.22%
GREEN value IS 89 (35.16% from 255) = 24.05%
BLUE value IS 110 (43.36% from 255) = 29.73%
R=46.22%
G=24.05%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718911000.480.360.33344.6332.850.98
HexAB596E03024211592133
Octal25313115606044415314163
Binary10101011101100111011100110000100100100001101011001100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB596E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB596E; }

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

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

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

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

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

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

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

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