#AC556E

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

Shades of Blush #AC556E

Tints of Blush #AC556E

Color information

#AC556E (or 0xAC556E) is unknown color: approx Blush. HEX triplet: AC, 55 and 6E. RGB value is (172,85,110). Sum of RGB (Red+Green+Blue) = 172+85+110=367 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.87% from 367); Green value is 85 (33.59% from 255 or 23.16% from 367); Blue value is 110 (43.36% from 255 or 29.97% from 367); Max value from RGB is 172 - color contains mainly: red. Hex color #AC556E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC556E is #53AA91. Grayscale: #717171. Windows color (decimal): -5483154 or 7230892. OLE color: 7230892.

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

Color convert

RGB17285110-
CMYK00.510.360.33
HSL342.76º34.39%50.39%-
HSV(B)342.76º50.58%67.45%-
XYZ23.0816.3916.7-
YUV113.86125.82169.47-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.87%
GREEN value IS 85 (33.59% from 255) = 23.16%
BLUE value IS 110 (43.36% from 255) = 29.97%
R=46.87%
G=23.16%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728511000.510.360.33342.7634.3950.39
HexAC556E03324211572232
Octal25412515606344415274262
Binary10101100101010111011100110011100100100001101010111100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC556E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC556E; }

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

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

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

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

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

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

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

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