#AC5E6E

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

Shades of Blush #AC5E6E

Tints of Blush #AC5E6E

Color information

#AC5E6E (or 0xAC5E6E) is unknown color: approx Blush. HEX triplet: AC, 5E and 6E. RGB value is (172,94,110). Sum of RGB (Red+Green+Blue) = 172+94+110=376 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.74% from 376); Green value is 94 (37.11% from 255 or 25% from 376); Blue value is 110 (43.36% from 255 or 29.26% from 376); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5E6E is #53A191. Grayscale: #777777. Windows color (decimal): -5480850 or 7233196. OLE color: 7233196.

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

Color convert

RGB17294110-
CMYK00.450.360.33
HSL347.69º31.97%52.16%-
HSV(B)347.69º45.35%67.45%-
XYZ23.8317.916.95-
YUV119.15122.84165.7-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.74%
GREEN value IS 94 (37.11% from 255) = 25%
BLUE value IS 110 (43.36% from 255) = 29.26%
R=45.74%
G=25%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729411000.450.360.33347.6931.9752.16
HexAC5E6E02D242115c2034
Octal25413615605544415344064
Binary10101100101111011011100101101100100100001101011100100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5E6E; }

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

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

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

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

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

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

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

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