#AB5964

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

Shades of Blush #AB5964

Tints of Blush #AB5964

Color information

#AB5964 (or 0xAB5964) is unknown color: approx Blush. HEX triplet: AB, 59 and 64. RGB value is (171,89,100). Sum of RGB (Red+Green+Blue) = 171+89+100=360 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.5% from 360); Green value is 89 (35.16% from 255 or 24.72% from 360); Blue value is 100 (39.45% from 255 or 27.78% from 360); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5964 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5964 is #54A69B. Grayscale: #727272. Windows color (decimal): -5547676 or 6576555. OLE color: 6576555.

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

Color convert

RGB17189100-
CMYK00.480.420.33
HSL351.95º32.8%50.98%-
HSV(B)351.95º47.95%67.06%-
XYZ22.6716.7214.09-
YUV114.77119.67168.11-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.5%
GREEN value IS 89 (35.16% from 255) = 24.72%
BLUE value IS 100 (39.45% from 255) = 27.78%
R=47.5%
G=24.72%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718910000.480.420.33351.9532.850.98
HexAB59640302A211602133
Octal25313114406052415404163
Binary10101011101100111001000110000101010100001101100000100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5964; }

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

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

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

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

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

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

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

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