#AC5289

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

Shades of Mulberry #AC5289

Tints of Mulberry #AC5289

Color information

#AC5289 (or 0xAC5289) is unknown color: approx Mulberry. HEX triplet: AC, 52 and 89. RGB value is (172,82,137). Sum of RGB (Red+Green+Blue) = 172+82+137=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 82 (32.42% from 255 or 20.97% from 391); Blue value is 137 (53.91% from 255 or 35.04% from 391); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5289 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5289 is #53AD76. Grayscale: #737373. Windows color (decimal): -5483895 or 8999596. OLE color: 8999596.

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

Color convert

RGB17282137-
CMYK00.520.200.33
HSL323.33º35.43%49.8%-
HSV(B)323.33º52.33%67.45%-
XYZ24.5516.6125.58-
YUV115.18140.32168.53-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.99%
GREEN value IS 82 (32.42% from 255) = 20.97%
BLUE value IS 137 (53.91% from 255) = 35.04%
R=43.99%
G=20.97%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728213700.520.200.33323.3335.4349.8
HexAC528903414211432332
Octal25412221106424415034362
Binary10101100101001010001001011010010100100001101000011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5289; }

 p { color: rgb(172,82,137); }

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

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

 a { background-color: rgb(172,82,137); }

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

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

 span { border-color: rgb(172,82,137); }

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