#AC586E

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

Shades of Blush #AC586E

Tints of Blush #AC586E

Color information

#AC586E (or 0xAC586E) is unknown color: approx Blush. HEX triplet: AC, 58 and 6E. RGB value is (172,88,110). Sum of RGB (Red+Green+Blue) = 172+88+110=370 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.49% from 370); Green value is 88 (34.77% from 255 or 23.78% from 370); Blue value is 110 (43.36% from 255 or 29.73% from 370); Max value from RGB is 172 - color contains mainly: red. Hex color #AC586E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC586E is #53A791. Grayscale: #737373. Windows color (decimal): -5482386 or 7231660. OLE color: 7231660.

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

Color convert

RGB17288110-
CMYK00.490.360.33
HSL344.29º33.6%50.98%-
HSV(B)344.29º48.84%67.45%-
XYZ23.3216.8816.78-
YUV115.62124.83168.21-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.49%
GREEN value IS 88 (34.77% from 255) = 23.78%
BLUE value IS 110 (43.36% from 255) = 29.73%
R=46.49%
G=23.78%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728811000.490.360.33344.2933.650.98
HexAC586E03124211582233
Octal25413015606144415304263
Binary10101100101100011011100110001100100100001101011000100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC586E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC586E; }

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

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

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

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

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

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

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

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