#AC5471

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

Shades of Royal Heath #AC5471

Tints of Royal Heath #AC5471

Color information

#AC5471 (or 0xAC5471) is unknown color: approx Royal Heath. HEX triplet: AC, 54 and 71. RGB value is (172,84,113). Sum of RGB (Red+Green+Blue) = 172+84+113=369 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.61% from 369); Green value is 84 (33.20% from 255 or 22.76% from 369); Blue value is 113 (44.53% from 255 or 30.62% from 369); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5471 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5471 is #53AB8E. Grayscale: #717171. Windows color (decimal): -5483407 or 7427244. OLE color: 7427244.

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

Color convert

RGB17284113-
CMYK00.510.340.33
HSL340.23º34.65%50.2%-
HSV(B)340.23º51.16%67.45%-
XYZ23.1616.317.55-
YUV113.62127.65169.64-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.61%
GREEN value IS 84 (33.20% from 255) = 22.76%
BLUE value IS 113 (44.53% from 255) = 30.62%
R=46.61%
G=22.76%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728411300.510.340.33340.2334.6550.2
HexAC547103322211542332
Octal25412416106342415244362
Binary10101100101010011100010110011100010100001101010100100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5471; }

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

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

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

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

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

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

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

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