#AC576C

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

Shades of Blush #AC576C

Tints of Blush #AC576C

Color information

#AC576C (or 0xAC576C) is unknown color: approx Blush. HEX triplet: AC, 57 and 6C. RGB value is (172,87,108). Sum of RGB (Red+Green+Blue) = 172+87+108=367 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.87% from 367); Green value is 87 (34.38% from 255 or 23.71% from 367); Blue value is 108 (42.58% from 255 or 29.43% from 367); Max value from RGB is 172 - color contains mainly: red. Hex color #AC576C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC576C is #53A893. Grayscale: #727272. Windows color (decimal): -5482644 or 7100332. OLE color: 7100332.

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

Color convert

RGB17287108-
CMYK00.490.370.33
HSL345.18º33.86%50.78%-
HSV(B)345.18º49.42%67.45%-
XYZ23.1316.6716.19-
YUV114.81124.16168.79-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.87%
GREEN value IS 87 (34.38% from 255) = 23.71%
BLUE value IS 108 (42.58% from 255) = 29.43%
R=46.87%
G=23.71%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728710800.490.370.33345.1833.8650.78
HexAC576C03125211592233
Octal25412715406145415314263
Binary10101100101011111011000110001100101100001101011001100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC576C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC576C; }

 p { color: rgb(172,87,108); }

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

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

 a { background-color: rgb(172,87,108); }

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

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

 span { border-color: rgb(172,87,108); }

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