#AC4C73

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

Shades of Royal Heath #AC4C73

Tints of Royal Heath #AC4C73

Color information

#AC4C73 (or 0xAC4C73) is unknown color: approx Royal Heath. HEX triplet: AC, 4C and 73. RGB value is (172,76,115). Sum of RGB (Red+Green+Blue) = 172+76+115=363 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.38% from 363); Green value is 76 (30.08% from 255 or 20.94% from 363); Blue value is 115 (45.31% from 255 or 31.68% from 363); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4C73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC4C73 is #53B38C. Grayscale: #6D6D6D. Windows color (decimal): -5485453 or 7556268. OLE color: 7556268.

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

Color convert

RGB17276115-
CMYK00.560.330.33
HSL335.62º38.71%48.63%-
HSV(B)335.62º55.81%67.45%-
XYZ22.6915.1817.95-
YUV109.15131.3172.83-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.38%
GREEN value IS 76 (30.08% from 255) = 20.94%
BLUE value IS 115 (45.31% from 255) = 31.68%
R=47.38%
G=20.94%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1727611500.560.330.33335.6238.7148.63
HexAC4C7303821211502731
Octal25411416307041415204761
Binary10101100100110011100110111000100001100001101010000100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4C73; }

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

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

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

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

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

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

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

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