#AC5770

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

Shades of Blush #AC5770

Tints of Blush #AC5770

Color information

#AC5770 (or 0xAC5770) is unknown color: approx Blush. HEX triplet: AC, 57 and 70. RGB value is (172,87,112). Sum of RGB (Red+Green+Blue) = 172+87+112=371 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.36% from 371); Green value is 87 (34.38% from 255 or 23.45% from 371); Blue value is 112 (44.14% from 255 or 30.19% from 371); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5770 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5770 is #53A88F. Grayscale: #737373. Windows color (decimal): -5482640 or 7362476. OLE color: 7362476.

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

Color convert

RGB17287112-
CMYK00.490.350.33
HSL342.35º33.86%50.78%-
HSV(B)342.35º49.42%67.45%-
XYZ23.3516.7617.33-
YUV115.26126.16168.47-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.36%
GREEN value IS 87 (34.38% from 255) = 23.45%
BLUE value IS 112 (44.14% from 255) = 30.19%
R=46.36%
G=23.45%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728711200.490.350.33342.3533.8650.78
HexAC577003123211562233
Octal25412716006143415264263
Binary10101100101011111100000110001100011100001101010110100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5770; }

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

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

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

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

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

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

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

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