Html Css Color HEX #AC5588 Mulberry

📋 copy color: '#AC5588'

red 172 ◦ green 85 ◦ blue 136

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

Shades of Mulberry #AC5588

Tints of Mulberry #AC5588

RGB

 RED value IS 172 (67.58% from 255) = 43.77%

 GREEN value IS 85 (33.59% from 255) = 21.63%

 BLUE value IS 136 (53.52% from 255) = 34.61%

R = 43.77%
G = 21.63%
B = 34.61%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.21

 K value IS 0.33

RGB Variations

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

Color information

#AC5588 (or 0xAC5588) is known color: Mulberry. HEX triplet: AC, 55 and 88. RGB value is (172,85,136). Sum of RGB (Red+Green+Blue) = 172+85+136=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 85 (33.59% from 255 or 21.63% from 393); Blue value is 136 (53.52% from 255 or 34.61% from 393); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5588 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5588 is #53AA77. Grayscale: #747474. Windows color (decimal): -5483128 or 8934828. OLE color: 8934828.

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

Color convert

RGB 172 85 136 -
CMYK 0 0.51 0.21 0.33
HSL 324.83º 0.34% 0.5% -
HSV(B) 324.83º 0.51% 0.67% -
XYZ 24.71 17.05 25.28 -
YUV 116.83 138.82 167.35 -
System Red Green Blue C M Y K H S L
Decimal 172 85 136 0 0.51 0.21 0.33 324.83 0.34 0.5
Hex AC 55 88 0 33 15 21 145 22 32
Octal 254 125 210 0 63 25 41 505 42 62
Binary 10101100 1010101 10001000 0 110011 10101 100001 101000101 100010 110010

Color Harmonies of #AC5588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5588

Black with #AC5588

Text Example


Text Example

White with #AC5588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5588; }

 p { color: rgb(172,85,136); }

 H1.HeaderClassName
 {
   color: #AC5588;
 }
 .AnyTagClassName
 {
   color: #AC5588;
 }
</style>

background-color css

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

 a { background-color: rgb(172,85,136); }

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

border-color css

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

 span { border-color: rgb(172,85,136); }

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