#AB556F

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

Shades of Blush #AB556F

Tints of Blush #AB556F

Color information

#AB556F (or 0xAB556F) is unknown color: approx Blush. HEX triplet: AB, 55 and 6F. RGB value is (171,85,111). Sum of RGB (Red+Green+Blue) = 171+85+111=367 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.59% from 367); Green value is 85 (33.59% from 255 or 23.16% from 367); Blue value is 111 (43.75% from 255 or 30.25% from 367); Max value from RGB is 171 - color contains mainly: red. Hex color #AB556F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB556F is #54AA90. Grayscale: #717171. Windows color (decimal): -5548689 or 7296427. OLE color: 7296427.

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

Color convert

RGB17185111-
CMYK00.500.350.33
HSL341.86º33.86%50.2%-
HSV(B)341.86º50.29%67.06%-
XYZ22.9116.316.98-
YUV113.68126.49168.89-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 46.59%
GREEN value IS 85 (33.59% from 255) = 23.16%
BLUE value IS 111 (43.75% from 255) = 30.25%
R=46.59%
G=23.16%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1718511100.500.350.33341.8633.8650.2
HexAB556F03223211562232
Octal25312515706243415264262
Binary10101011101010111011110110010100011100001101010110100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB556F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB556F; }

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

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

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

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

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

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

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

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