#AB5963

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

Shades of Blush #AB5963

Tints of Blush #AB5963

Color information

#AB5963 (or 0xAB5963) is unknown color: approx Blush. HEX triplet: AB, 59 and 63. RGB value is (171,89,99). Sum of RGB (Red+Green+Blue) = 171+89+99=359 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.63% from 359); Green value is 89 (35.16% from 255 or 24.79% from 359); Blue value is 99 (39.06% from 255 or 27.58% from 359); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5963 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5963 is #54A69C. Grayscale: #727272. Windows color (decimal): -5547677 or 6511019. OLE color: 6511019.

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

Color convert

RGB1718999-
CMYK00.480.420.33
HSL352.68º32.8%50.98%-
HSV(B)352.68º47.95%67.06%-
XYZ22.6216.713.84-
YUV114.66119.17168.19-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.63%
GREEN value IS 89 (35.16% from 255) = 24.79%
BLUE value IS 99 (39.06% from 255) = 27.58%
R=47.63%
G=24.79%
B=27.58%

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
Decimal171899900.480.420.33352.6832.850.98
HexAB59630302A211612133
Octal25313114306052415414163
Binary10101011101100111000110110000101010100001101100001100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5963; }

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

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

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

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

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

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

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

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