#AC5762

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

Shades of Blush #AC5762

Tints of Blush #AC5762

Color information

#AC5762 (or 0xAC5762) is unknown color: approx Blush. HEX triplet: AC, 57 and 62. RGB value is (172,87,98). Sum of RGB (Red+Green+Blue) = 172+87+98=357 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.18% from 357); Green value is 87 (34.38% from 255 or 24.37% from 357); Blue value is 98 (38.67% from 255 or 27.45% from 357); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5762 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5762 is #53A89D. Grayscale: #717171. Windows color (decimal): -5482654 or 6444972. OLE color: 6444972.

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

Color convert

RGB1728798-
CMYK00.490.430.33
HSL352.24º33.86%50.78%-
HSV(B)352.24º49.42%67.45%-
XYZ22.6316.4713.54-
YUV113.67119.16169.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.18%
GREEN value IS 87 (34.38% from 255) = 24.37%
BLUE value IS 98 (38.67% from 255) = 27.45%
R=48.18%
G=24.37%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172879800.490.430.33352.2433.8650.78
HexAC57620312B211602233
Octal25412714206153415404263
Binary10101100101011111000100110001101011100001101100000100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5762; }

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

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

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

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

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

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

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

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