Html Css Color HEX #AC5473 Royal Heath

📋 copy color: '#AC5473'

red 172 ◦ green 84 ◦ blue 115

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

Shades of Royal Heath #AC5473

Tints of Royal Heath #AC5473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 31%

R = 46.36%
G = 22.64%
B = 31%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AC5473 (or 0xAC5473) is known color: Royal Heath. HEX triplet: AC, 54 and 73. RGB value is (172,84,115). Sum of RGB (Red+Green+Blue) = 172+84+115=371 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.36% from 371); Green value is 84 (33.20% from 255 or 22.64% from 371); Blue value is 115 (45.31% from 255 or 31.00% from 371); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5473 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5473 is #53AB8C. Grayscale: #717171. Windows color (decimal): -5483405 or 7558316. OLE color: 7558316.

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

Color convert

RGB 172 84 115 -
CMYK 0 0.51 0.33 0.33
HSL 338.86º 0.35% 0.5% -
HSV(B) 338.86º 0.51% 0.67% -
XYZ 23.28 16.35 18.15 -
YUV 113.85 128.65 169.48 -
System Red Green Blue C M Y K H S L
Decimal 172 84 115 0 0.51 0.33 0.33 338.86 0.35 0.5
Hex AC 54 73 0 33 21 21 153 23 32
Octal 254 124 163 0 63 41 41 523 43 62
Binary 10101100 1010100 1110011 0 110011 100001 100001 101010011 100011 110010

Color Harmonies of #AC5473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5473

Black with #AC5473

Text Example


Text Example

White with #AC5473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5473; }

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

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

background-color css

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

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

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

border-color css

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

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

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