#AB5A63

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

Shades of Blush #AB5A63

Tints of Blush #AB5A63

Color information

#AB5A63 (or 0xAB5A63) is unknown color: approx Blush. HEX triplet: AB, 5A and 63. RGB value is (171,90,99). Sum of RGB (Red+Green+Blue) = 171+90+99=360 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.5% from 360); Green value is 90 (35.55% from 255 or 25% from 360); Blue value is 99 (39.06% from 255 or 27.5% from 360); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5A63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5A63 is #54A59C. Grayscale: #737373. Windows color (decimal): -5547421 or 6511275. OLE color: 6511275.

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

Color convert

RGB1719099-
CMYK00.470.420.33
HSL353.33º32.53%51.18%-
HSV(B)353.33º47.37%67.06%-
XYZ22.716.8713.86-
YUV115.24118.84167.77-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.5%
GREEN value IS 90 (35.55% from 255) = 25%
BLUE value IS 99 (39.06% from 255) = 27.5%
R=47.5%
G=25%
B=27.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171909900.470.420.33353.3332.5351.18
HexAB5A6302F2A211612133
Octal25313214305752415414163
Binary10101011101101011000110101111101010100001101100001100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5A63; }

 p { color: rgb(171,90,99); }

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

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

 a { background-color: rgb(171,90,99); }

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

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

 span { border-color: rgb(171,90,99); }

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