#AC5766

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

Shades of Blush #AC5766

Tints of Blush #AC5766

Color information

#AC5766 (or 0xAC5766) is unknown color: approx Blush. HEX triplet: AC, 57 and 66. RGB value is (172,87,102). Sum of RGB (Red+Green+Blue) = 172+87+102=361 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.65% from 361); Green value is 87 (34.38% from 255 or 24.10% from 361); Blue value is 102 (40.23% from 255 or 28.25% from 361); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5766 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5766 is #53A899. Grayscale: #727272. Windows color (decimal): -5482650 or 6707116. OLE color: 6707116.

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

Color convert

RGB17287102-
CMYK00.490.410.33
HSL349.41º33.86%50.78%-
HSV(B)349.41º49.42%67.45%-
XYZ22.8216.5514.56-
YUV114.12121.16169.28-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.65%
GREEN value IS 87 (34.38% from 255) = 24.10%
BLUE value IS 102 (40.23% from 255) = 28.25%
R=47.65%
G=24.10%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728710200.490.410.33349.4133.8650.78
HexAC5766031292115d2233
Octal25412714606151415354263
Binary10101100101011111001100110001101001100001101011101100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5766; }

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

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

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

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

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

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

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

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