Html Css Color HEX #AC5472 Royal Heath

📋 copy color: '#AC5472'

red 172 ◦ green 84 ◦ blue 114

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

Shades of Royal Heath #AC5472

Tints of Royal Heath #AC5472

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.7%

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

R = 46.49%
G = 22.7%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AC5472 (or 0xAC5472) is known color: Royal Heath. HEX triplet: AC, 54 and 72. RGB value is (172,84,114). Sum of RGB (Red+Green+Blue) = 172+84+114=370 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.49% from 370); Green value is 84 (33.20% from 255 or 22.70% from 370); Blue value is 114 (44.92% from 255 or 30.81% from 370); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5472 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5472 is #53AB8D. Grayscale: #717171. Windows color (decimal): -5483406 or 7492780. OLE color: 7492780.

HSL color Cylindrical-coordinate representation of color #AC5472: hue angle of 339.55º degrees, saturation: 0.35, 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 #AC5472 is Cyan = 0, Magento = 0.51, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 84 114 -
CMYK 0 0.51 0.34 0.33
HSL 339.55º 0.35% 0.5% -
HSV(B) 339.55º 0.51% 0.67% -
XYZ 23.22 16.33 17.85 -
YUV 113.73 128.15 169.56 -
System Red Green Blue C M Y K H S L
Decimal 172 84 114 0 0.51 0.34 0.33 339.55 0.35 0.5
Hex AC 54 72 0 33 22 21 154 23 32
Octal 254 124 162 0 63 42 41 524 43 62
Binary 10101100 1010100 1110010 0 110011 100010 100001 101010100 100011 110010

Color Harmonies of #AC5472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5472

Black with #AC5472

Text Example


Text Example

White with #AC5472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5472; }

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

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

background-color css

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

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

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

border-color css

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

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

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