Html Css Color HEX #AC5072 Royal Heath

📋 copy color: '#AC5072'

red 172 ◦ green 80 ◦ blue 114

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

Shades of Royal Heath #AC5072

Tints of Royal Heath #AC5072

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.86%

 BLUE value IS 114 (44.92% from 255) = 31.15%

R = 46.99%
G = 21.86%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AC5072 (or 0xAC5072) is known color: Royal Heath. HEX triplet: AC, 50 and 72. RGB value is (172,80,114). Sum of RGB (Red+Green+Blue) = 172+80+114=366 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.99% from 366); Green value is 80 (31.64% from 255 or 21.86% from 366); Blue value is 114 (44.92% from 255 or 31.15% from 366); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5072 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5072 is #53AF8D. Grayscale: #6F6F6F. Windows color (decimal): -5484430 or 7491756. OLE color: 7491756.

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

Color convert

RGB 172 80 114 -
CMYK 0 0.53 0.34 0.33
HSL 337.83º 0.37% 0.49% -
HSV(B) 337.83º 0.53% 0.67% -
XYZ 22.92 15.72 17.75 -
YUV 111.38 129.48 171.24 -
System Red Green Blue C M Y K H S L
Decimal 172 80 114 0 0.53 0.34 0.33 337.83 0.37 0.49
Hex AC 50 72 0 35 22 21 152 25 31
Octal 254 120 162 0 65 42 41 522 45 61
Binary 10101100 1010000 1110010 0 110101 100010 100001 101010010 100101 110001

Color Harmonies of #AC5072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5072

Black with #AC5072

Text Example


Text Example

White with #AC5072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5072; }

 p { color: rgb(172,80,114); }

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

background-color css

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

 a { background-color: rgb(172,80,114); }

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

border-color css

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

 span { border-color: rgb(172,80,114); }

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