#AC5573

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

Shades of Royal Heath #AC5573

Tints of Royal Heath #AC5573

Color information

#AC5573 (or 0xAC5573) is unknown color: approx Royal Heath. HEX triplet: AC, 55 and 73. RGB value is (172,85,115). Sum of RGB (Red+Green+Blue) = 172+85+115=372 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.24% from 372); Green value is 85 (33.59% from 255 or 22.85% from 372); Blue value is 115 (45.31% from 255 or 30.91% from 372); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5573 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5573 is #53AA8C. Grayscale: #727272. Windows color (decimal): -5483149 or 7558572. OLE color: 7558572.

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

Color convert

RGB17285115-
CMYK00.510.330.33
HSL339.31º34.39%50.39%-
HSV(B)339.31º50.58%67.45%-
XYZ23.3616.5118.17-
YUV114.43128.32169.06-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.24%
GREEN value IS 85 (33.59% from 255) = 22.85%
BLUE value IS 115 (45.31% from 255) = 30.91%
R=46.24%
G=22.85%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728511500.510.330.33339.3134.3950.39
HexAC557303321211532232
Octal25412516306341415234262
Binary10101100101010111100110110011100001100001101010011100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5573; }

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

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

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

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

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

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

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

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