#AB5762

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

Shades of Blush #AB5762

Tints of Blush #AB5762

Color information

#AB5762 (or 0xAB5762) is unknown color: approx Blush. HEX triplet: AB, 57 and 62. RGB value is (171,87,98). Sum of RGB (Red+Green+Blue) = 171+87+98=356 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.03% from 356); Green value is 87 (34.38% from 255 or 24.44% from 356); Blue value is 98 (38.67% from 255 or 27.53% from 356); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5762 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5762 is #54A89D. Grayscale: #717171. Windows color (decimal): -5548190 or 6444971. OLE color: 6444971.

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

Color convert

RGB1718798-
CMYK00.490.430.33
HSL352.14º33.33%50.59%-
HSV(B)352.14º49.12%67.06%-
XYZ22.4116.3613.53-
YUV113.37119.33169.11-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 48.03%
GREEN value IS 87 (34.38% from 255) = 24.44%
BLUE value IS 98 (38.67% from 255) = 27.53%
R=48.03%
G=24.44%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171879800.490.430.33352.1433.3350.59
HexAB57620312B211602133
Octal25312714206153415404163
Binary10101011101011111000100110001101011100001101100000100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5762; }

 p { color: rgb(171,87,98); }

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

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

 a { background-color: rgb(171,87,98); }

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

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

 span { border-color: rgb(171,87,98); }

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