#AC4973

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

Shades of Royal Heath #AC4973

Tints of Royal Heath #AC4973

Color information

#AC4973 (or 0xAC4973) is unknown color: approx Royal Heath. HEX triplet: AC, 49 and 73. RGB value is (172,73,115). Sum of RGB (Red+Green+Blue) = 172+73+115=360 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.78% from 360); Green value is 73 (28.91% from 255 or 20.28% from 360); Blue value is 115 (45.31% from 255 or 31.94% from 360); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4973 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4973 is #53B68C. Grayscale: #6B6B6B. Windows color (decimal): -5486221 or 7555500. OLE color: 7555500.

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

Color convert

RGB17273115-
CMYK00.580.330.33
HSL334.55º40.41%48.04%-
HSV(B)334.55º57.56%67.45%-
XYZ22.4914.7717.89-
YUV107.39132.3174.08-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.78%
GREEN value IS 73 (28.91% from 255) = 20.28%
BLUE value IS 115 (45.31% from 255) = 31.94%
R=47.78%
G=20.28%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1727311500.580.330.33334.5540.4148.04
HexAC497303A212114f2830
Octal25411116307241415175060
Binary10101100100100111100110111010100001100001101001111101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4973; }

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

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

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

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

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

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

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

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