#AC5476

Color #AC5476 Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #AC5476

Tints of Royal Heath #AC5476

Color information

#AC5476 (or 0xAC5476) is unknown color: approx Royal Heath. HEX triplet: AC, 54 and 76. RGB value is (172,84,118). Sum of RGB (Red+Green+Blue) = 172+84+118=374 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.99% from 374); Green value is 84 (33.20% from 255 or 22.46% from 374); Blue value is 118 (46.48% from 255 or 31.55% from 374); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5476 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5476 is #53AB89. Grayscale: #727272. Windows color (decimal): -5483402 or 7754924. OLE color: 7754924.

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

Color convert

RGB17284118-
CMYK00.510.310.33
HSL336.82º34.65%50.2%-
HSV(B)336.82º51.16%67.45%-
XYZ23.4516.4219.07-
YUV114.19130.15169.24-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.99%
GREEN value IS 84 (33.20% from 255) = 22.46%
BLUE value IS 118 (46.48% from 255) = 31.55%
R=45.99%
G=22.46%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728411800.510.310.33336.8234.6550.2
HexAC54760331F211512332
Octal25412416606337415214362
Binary1010110010101001110110011001111111100001101010001100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5476; }

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

 H1.HeaderClassName
 {
   color: #AC5476;
 }
 .AnyTagClassName
 {
   color: #AC5476;
 }
</style>
background-color css

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

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

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

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

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

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