#AC5D60

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

Shades of Blush #AC5D60

Tints of Blush #AC5D60

Color information

#AC5D60 (or 0xAC5D60) is unknown color: approx Blush. HEX triplet: AC, 5D and 60. RGB value is (172,93,96). Sum of RGB (Red+Green+Blue) = 172+93+96=361 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.65% from 361); Green value is 93 (36.72% from 255 or 25.76% from 361); Blue value is 96 (37.89% from 255 or 26.59% from 361); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5D60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5D60 is #53A29F. Grayscale: #757575. Windows color (decimal): -5481120 or 6315436. OLE color: 6315436.

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

Color convert

RGB1729396-
CMYK00.460.440.33
HSL357.72º32.24%51.96%-
HSV(B)357.72º45.93%67.45%-
XYZ23.0417.4413.22-
YUV116.96116.17167.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.65%
GREEN value IS 93 (36.72% from 255) = 25.76%
BLUE value IS 96 (37.89% from 255) = 26.59%
R=47.65%
G=25.76%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172939600.460.440.33357.7232.2451.96
HexAC5D6002E2C211662034
Octal25413514005654415464064
Binary10101100101110111000000101110101100100001101100110100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5D60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5D60; }

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

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

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

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

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

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

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

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