#AC5961

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

Shades of Blush #AC5961

Tints of Blush #AC5961

Color information

#AC5961 (or 0xAC5961) is unknown color: approx Blush. HEX triplet: AC, 59 and 61. RGB value is (172,89,97). Sum of RGB (Red+Green+Blue) = 172+89+97=358 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.04% from 358); Green value is 89 (35.16% from 255 or 24.86% from 358); Blue value is 97 (38.28% from 255 or 27.09% from 358); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5961 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5961 is #53A69E. Grayscale: #727272. Windows color (decimal): -5482143 or 6379948. OLE color: 6379948.

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

Color convert

RGB1728997-
CMYK00.480.440.33
HSL354.22º33.33%51.18%-
HSV(B)354.22º48.26%67.45%-
XYZ22.7416.7813.35-
YUV114.73118168.85-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.04%
GREEN value IS 89 (35.16% from 255) = 24.86%
BLUE value IS 97 (38.28% from 255) = 27.09%
R=48.04%
G=24.86%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172899700.480.440.33354.2233.3351.18
HexAC59610302C211622133
Octal25413114106054415424163
Binary10101100101100111000010110000101100100001101100010100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5961; }

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

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

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

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

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

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

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

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