Html Css Color HEX #AC5470 Royal Heath

📋 copy color: '#AC5470'

red 172 ◦ green 84 ◦ blue 112

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

Shades of Royal Heath #AC5470

Tints of Royal Heath #AC5470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 30.43%

R = 46.74%
G = 22.83%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#AC5470 (or 0xAC5470) is known color: Royal Heath. HEX triplet: AC, 54 and 70. RGB value is (172,84,112). Sum of RGB (Red+Green+Blue) = 172+84+112=368 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.74% from 368); Green value is 84 (33.20% from 255 or 22.83% from 368); Blue value is 112 (44.14% from 255 or 30.43% from 368); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5470 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5470 is #53AB8F. Grayscale: #717171. Windows color (decimal): -5483408 or 7361708. OLE color: 7361708.

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

Color convert

RGB 172 84 112 -
CMYK 0 0.51 0.35 0.33
HSL 340.91º 0.35% 0.5% -
HSV(B) 340.91º 0.51% 0.67% -
XYZ 23.11 16.28 17.25 -
YUV 113.5 127.15 169.72 -
System Red Green Blue C M Y K H S L
Decimal 172 84 112 0 0.51 0.35 0.33 340.91 0.35 0.5
Hex AC 54 70 0 33 23 21 155 23 32
Octal 254 124 160 0 63 43 41 525 43 62
Binary 10101100 1010100 1110000 0 110011 100011 100001 101010101 100011 110010

Color Harmonies of #AC5470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5470

Black with #AC5470

Text Example


Text Example

White with #AC5470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5470; }

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

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

background-color css

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

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

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

border-color css

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

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

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