#AB556E

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

Shades of Blush #AB556E

Tints of Blush #AB556E

Color information

#AB556E (or 0xAB556E) is unknown color: approx Blush. HEX triplet: AB, 55 and 6E. RGB value is (171,85,110). Sum of RGB (Red+Green+Blue) = 171+85+110=366 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.72% from 366); Green value is 85 (33.59% from 255 or 23.22% from 366); Blue value is 110 (43.36% from 255 or 30.05% from 366); Max value from RGB is 171 - color contains mainly: red. Hex color #AB556E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB556E is #54AA91. Grayscale: #717171. Windows color (decimal): -5548690 or 7230891. OLE color: 7230891.

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

Color convert

RGB17185110-
CMYK00.500.360.33
HSL342.56º33.86%50.2%-
HSV(B)342.56º50.29%67.06%-
XYZ22.8616.2816.69-
YUV113.56125.99168.97-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.72%
GREEN value IS 85 (33.59% from 255) = 23.22%
BLUE value IS 110 (43.36% from 255) = 30.05%
R=46.72%
G=23.22%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718511000.500.360.33342.5633.8650.2
HexAB556E03224211572232
Octal25312515606244415274262
Binary10101011101010111011100110010100100100001101010111100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB556E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB556E; }

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

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

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

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

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

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

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

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