#AB5565

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

Shades of Blush #AB5565

Tints of Blush #AB5565

Color information

#AB5565 (or 0xAB5565) is unknown color: approx Blush. HEX triplet: AB, 55 and 65. RGB value is (171,85,101). Sum of RGB (Red+Green+Blue) = 171+85+101=357 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.90% from 357); Green value is 85 (33.59% from 255 or 23.81% from 357); Blue value is 101 (39.84% from 255 or 28.29% from 357); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5565 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5565 is #54AA9A. Grayscale: #707070. Windows color (decimal): -5548699 or 6641067. OLE color: 6641067.

HSL color Cylindrical-coordinate representation of color #AB5565: hue angle of 348.84º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AB5565 is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB17185101-
CMYK00.500.410.33
HSL348.84º33.86%50.2%-
HSV(B)348.84º50.29%67.06%-
XYZ22.3916.0914.24-
YUV112.54121.49169.7-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.90%
GREEN value IS 85 (33.59% from 255) = 23.81%
BLUE value IS 101 (39.84% from 255) = 28.29%
R=47.90%
G=23.81%
B=28.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718510100.500.410.33348.8433.8650.2
HexAB5565032292115d2232
Octal25312514506251415354262
Binary10101011101010111001010110010101001100001101011101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5565; }

 p { color: rgb(171,85,101); }

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

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

 a { background-color: rgb(171,85,101); }

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

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

 span { border-color: rgb(171,85,101); }

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