#AC5D61

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

Shades of Blush #AC5D61

Tints of Blush #AC5D61

Color information

#AC5D61 (or 0xAC5D61) is unknown color: approx Blush. HEX triplet: AC, 5D and 61. RGB value is (172,93,97). Sum of RGB (Red+Green+Blue) = 172+93+97=362 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.51% from 362); Green value is 93 (36.72% from 255 or 25.69% from 362); Blue value is 97 (38.28% from 255 or 26.80% from 362); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5D61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5D61 is #53A29E. Grayscale: #757575. Windows color (decimal): -5481119 or 6380972. OLE color: 6380972.

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

Color convert

RGB1729397-
CMYK00.460.440.33
HSL356.96º32.24%51.96%-
HSV(B)356.96º45.93%67.45%-
XYZ23.0917.4613.46-
YUV117.08116.67167.17-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.51%
GREEN value IS 93 (36.72% from 255) = 25.69%
BLUE value IS 97 (38.28% from 255) = 26.80%
R=47.51%
G=25.69%
B=26.80%

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
Decimal172939700.460.440.33356.9632.2451.96
HexAC5D6102E2C211652034
Octal25413514105654415454064
Binary10101100101110111000010101110101100100001101100101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5D61; }

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

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

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

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

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

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

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

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