Html Css Color HEX #AC5288 Mulberry

📋 copy color: '#AC5288'

red 172 ◦ green 82 ◦ blue 136

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

Shades of Mulberry #AC5288

Tints of Mulberry #AC5288

RGB

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

 GREEN value IS 82 (32.42% from 255) = 21.03%

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

R = 44.1%
G = 21.03%
B = 34.87%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.21

 K value IS 0.33

RGB Variations

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

Color information

#AC5288 (or 0xAC5288) is known color: Mulberry. HEX triplet: AC, 52 and 88. RGB value is (172,82,136). Sum of RGB (Red+Green+Blue) = 172+82+136=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 82 (32.42% from 255 or 21.03% from 390); Blue value is 136 (53.52% from 255 or 34.87% from 390); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5288 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5288 is #53AD77. Grayscale: #727272. Windows color (decimal): -5483896 or 8934060. OLE color: 8934060.

HSL color Cylindrical-coordinate representation of color #AC5288: hue angle of 324º 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 #AC5288 is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 82 136 -
CMYK 0 0.52 0.21 0.33
HSL 324º 0.35% 0.5% -
HSV(B) 324º 0.52% 0.67% -
XYZ 24.47 16.58 25.2 -
YUV 115.07 139.82 168.61 -
System Red Green Blue C M Y K H S L
Decimal 172 82 136 0 0.52 0.21 0.33 324 0.35 0.5
Hex AC 52 88 0 34 15 21 144 23 32
Octal 254 122 210 0 64 25 41 504 43 62
Binary 10101100 1010010 10001000 0 110100 10101 100001 101000100 100011 110010

Color Harmonies of #AC5288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5288

Black with #AC5288

Text Example


Text Example

White with #AC5288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5288; }

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

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

background-color css

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

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

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

border-color css

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

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

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