#AC596E

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

Shades of Blush #AC596E

Tints of Blush #AC596E

Color information

#AC596E (or 0xAC596E) is unknown color: approx Blush. HEX triplet: AC, 59 and 6E. RGB value is (172,89,110). Sum of RGB (Red+Green+Blue) = 172+89+110=371 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.36% from 371); Green value is 89 (35.16% from 255 or 23.99% from 371); Blue value is 110 (43.36% from 255 or 29.65% from 371); Max value from RGB is 172 - color contains mainly: red. Hex color #AC596E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC596E is #53A691. Grayscale: #747474. Windows color (decimal): -5482130 or 7231916. OLE color: 7231916.

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

Color convert

RGB17289110-
CMYK00.480.360.33
HSL344.82º33.33%51.18%-
HSV(B)344.82º48.26%67.45%-
XYZ23.417.0416.81-
YUV116.21124.5167.79-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.36%
GREEN value IS 89 (35.16% from 255) = 23.99%
BLUE value IS 110 (43.36% from 255) = 29.65%
R=46.36%
G=23.99%
B=29.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728911000.480.360.33344.8233.3351.18
HexAC596E03024211592133
Octal25413115606044415314163
Binary10101100101100111011100110000100100100001101011001100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC596E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC596E; }

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

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

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

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

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

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

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

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