#AB5F63

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

Shades of Blush #AB5F63

Tints of Blush #AB5F63

Color information

#AB5F63 (or 0xAB5F63) is unknown color: approx Blush. HEX triplet: AB, 5F and 63. RGB value is (171,95,99). Sum of RGB (Red+Green+Blue) = 171+95+99=365 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.85% from 365); Green value is 95 (37.5% from 255 or 26.03% from 365); Blue value is 99 (39.06% from 255 or 27.12% from 365); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5F63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5F63 is #54A09C. Grayscale: #767676. Windows color (decimal): -5546141 or 6512555. OLE color: 6512555.

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

Color convert

RGB1719599-
CMYK00.440.420.33
HSL356.84º31.15%52.16%-
HSV(B)356.84º44.44%67.06%-
XYZ23.1417.7414.01-
YUV118.18117.18165.67-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.85%
GREEN value IS 95 (37.5% from 255) = 26.03%
BLUE value IS 99 (39.06% from 255) = 27.12%
R=46.85%
G=26.03%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171959900.440.420.33356.8431.1552.16
HexAB5F6302C2A211651f34
Octal25313714305452415453764
Binary1010101110111111100011010110010101010000110110010111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5F63; }

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

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

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

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

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

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

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

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