#AC5D72

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

Shades of Blush #AC5D72

Tints of Blush #AC5D72

Color information

#AC5D72 (or 0xAC5D72) is unknown color: approx Blush. HEX triplet: AC, 5D and 72. RGB value is (172,93,114). Sum of RGB (Red+Green+Blue) = 172+93+114=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 93 (36.72% from 255 or 24.54% from 379); Blue value is 114 (44.92% from 255 or 30.08% from 379); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5D72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5D72 is #53A28D. Grayscale: #777777. Windows color (decimal): -5481102 or 7495084. OLE color: 7495084.

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

Color convert

RGB17293114-
CMYK00.460.340.33
HSL344.05º32.24%51.96%-
HSV(B)344.05º45.93%67.45%-
XYZ23.9617.8118.09-
YUV119.01125.17165.79-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.38%
GREEN value IS 93 (36.72% from 255) = 24.54%
BLUE value IS 114 (44.92% from 255) = 30.08%
R=45.38%
G=24.54%
B=30.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729311400.460.340.33344.0532.2451.96
HexAC5D7202E22211582034
Octal25413516205642415304064
Binary10101100101110111100100101110100010100001101011000100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5D72; }

 p { color: rgb(172,93,114); }

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

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

 a { background-color: rgb(172,93,114); }

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

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

 span { border-color: rgb(172,93,114); }

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