#AC5C73

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

Shades of Blush #AC5C73

Tints of Blush #AC5C73

Color information

#AC5C73 (or 0xAC5C73) is unknown color: approx Blush. HEX triplet: AC, 5C and 73. RGB value is (172,92,115). Sum of RGB (Red+Green+Blue) = 172+92+115=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 92 (36.33% from 255 or 24.27% from 379); Blue value is 115 (45.31% from 255 or 30.34% from 379); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5C73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5C73 is #53A38C. Grayscale: #767676. Windows color (decimal): -5481357 or 7560364. OLE color: 7560364.

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

Color convert

RGB17292115-
CMYK00.470.330.33
HSL342.75º32.52%51.76%-
HSV(B)342.75º46.51%67.45%-
XYZ23.9317.6618.37-
YUV118.54126166.13-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.38%
GREEN value IS 92 (36.33% from 255) = 24.27%
BLUE value IS 115 (45.31% from 255) = 30.34%
R=45.38%
G=24.27%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729211500.470.330.33342.7532.5251.76
HexAC5C7302F21211572134
Octal25413416305741415274164
Binary10101100101110011100110101111100001100001101010111100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5C73; }

 p { color: rgb(172,92,115); }

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

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

 a { background-color: rgb(172,92,115); }

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

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

 span { border-color: rgb(172,92,115); }

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