#AC5861

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

Shades of Blush #AC5861

Tints of Blush #AC5861

Color information

#AC5861 (or 0xAC5861) is unknown color: approx Blush. HEX triplet: AC, 58 and 61. RGB value is (172,88,97). Sum of RGB (Red+Green+Blue) = 172+88+97=357 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.18% from 357); Green value is 88 (34.77% from 255 or 24.65% from 357); Blue value is 97 (38.28% from 255 or 27.17% from 357); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5861 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5861 is #53A79E. Grayscale: #727272. Windows color (decimal): -5482399 or 6379692. OLE color: 6379692.

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

Color convert

RGB1728897-
CMYK00.490.440.33
HSL353.57º33.6%50.98%-
HSV(B)353.57º48.84%67.45%-
XYZ22.6616.6113.32-
YUV114.14118.33169.27-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.18%
GREEN value IS 88 (34.77% from 255) = 24.65%
BLUE value IS 97 (38.28% from 255) = 27.17%
R=48.18%
G=24.65%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172889700.490.440.33353.5733.650.98
HexAC58610312C211622233
Octal25413014106154415424263
Binary10101100101100011000010110001101100100001101100010100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5861; }

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

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

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

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

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

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

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

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