#AC5073

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

Shades of Royal Heath #AC5073

Tints of Royal Heath #AC5073

Color information

#AC5073 (or 0xAC5073) is unknown color: approx Royal Heath. HEX triplet: AC, 50 and 73. RGB value is (172,80,115). Sum of RGB (Red+Green+Blue) = 172+80+115=367 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.87% from 367); Green value is 80 (31.64% from 255 or 21.80% from 367); Blue value is 115 (45.31% from 255 or 31.34% from 367); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5073 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC5073 is #53AF8C. Grayscale: #6F6F6F. Windows color (decimal): -5484429 or 7557292. OLE color: 7557292.

HSL color Cylindrical-coordinate representation of color #AC5073: hue angle of 337.17º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AC5073 is Cyan = 0, Magento = 0.53, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB17280115-
CMYK00.530.330.33
HSL337.17º36.51%49.41%-
HSV(B)337.17º53.49%67.45%-
XYZ22.9815.7518.05-
YUV111.5129.98171.15-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.87%
GREEN value IS 80 (31.64% from 255) = 21.80%
BLUE value IS 115 (45.31% from 255) = 31.34%
R=46.87%
G=21.80%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1728011500.530.330.33337.1736.5149.41
HexAC507303521211512531
Octal25412016306541415214561
Binary10101100101000011100110110101100001100001101010001100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5073; }

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

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

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

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

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

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

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

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