Html Css Color HEX #AC5289 Mulberry

📋 copy color: '#AC5289'

red 172 ◦ green 82 ◦ blue 137

#AC5289
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mulberry #AC5289

Tints of Mulberry #AC5289

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 value IS 0

 M value IS 0.52

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#AC5289 (or 0xAC5289) is known color: 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

RGB 172 82 137 -
CMYK 0 0.52 0.20 0.33
HSL 323.33º 0.35% 0.5% -
HSV(B) 323.33º 0.52% 0.67% -
XYZ 24.55 16.61 25.58 -
YUV 115.18 140.32 168.53 -
System Red Green Blue C M Y K H S L
Decimal 172 82 137 0 0.52 0.20 0.33 323.33 0.35 0.5
Hex AC 52 89 0 34 14 21 143 23 32
Octal 254 122 211 0 64 24 41 503 43 62
Binary 10101100 1010010 10001001 0 110100 10100 100001 101000011 100011 110010

Color Harmonies of #AC5289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5289

Black with #AC5289

Text Example


Text Example

White with #AC5289

Text Example


Text Example

HTML Codes & Css Web 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>