#AB5961

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

Shades of Blush #AB5961

Tints of Blush #AB5961

Color information

#AB5961 (or 0xAB5961) is unknown color: approx Blush. HEX triplet: AB, 59 and 61. RGB value is (171,89,97). Sum of RGB (Red+Green+Blue) = 171+89+97=357 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.90% from 357); Green value is 89 (35.16% from 255 or 24.93% from 357); Blue value is 97 (38.28% from 255 or 27.17% from 357); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5961 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5961 is #54A69E. Grayscale: #727272. Windows color (decimal): -5547679 or 6379947. OLE color: 6379947.

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

Color convert

RGB1718997-
CMYK00.480.430.33
HSL354.15º32.8%50.98%-
HSV(B)354.15º47.95%67.06%-
XYZ22.5216.6713.34-
YUV114.43118.17168.35-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.90%
GREEN value IS 89 (35.16% from 255) = 24.93%
BLUE value IS 97 (38.28% from 255) = 27.17%
R=47.90%
G=24.93%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171899700.480.430.33354.1532.850.98
HexAB59610302B211622133
Octal25313114106053415424163
Binary10101011101100111000010110000101011100001101100010100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5961; }

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

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

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

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

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

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

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

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