#AB5566

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

Shades of Blush #AB5566

Tints of Blush #AB5566

Color information

#AB5566 (or 0xAB5566) is unknown color: approx Blush. HEX triplet: AB, 55 and 66. RGB value is (171,85,102). Sum of RGB (Red+Green+Blue) = 171+85+102=358 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.77% from 358); Green value is 85 (33.59% from 255 or 23.74% from 358); Blue value is 102 (40.23% from 255 or 28.49% from 358); Max value from RGB is 171 - color contains mainly: red. Hex color #AB5566 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB5566 is #54AA99. Grayscale: #707070. Windows color (decimal): -5548698 or 6706603. OLE color: 6706603.

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

Color convert

RGB17185102-
CMYK00.500.400.33
HSL348.14º33.86%50.2%-
HSV(B)348.14º50.29%67.06%-
XYZ22.4416.1114.5-
YUV112.65121.99169.62-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 47.77%
GREEN value IS 85 (33.59% from 255) = 23.74%
BLUE value IS 102 (40.23% from 255) = 28.49%
R=47.77%
G=23.74%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.40
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718510200.500.400.33348.1433.8650.2
HexAB5566032282115c2232
Octal25312514606250415344262
Binary10101011101010111001100110010101000100001101011100100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB5566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB5566; }

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

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

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

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

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

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

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

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