#AC4D73

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

Shades of Royal Heath #AC4D73

Tints of Royal Heath #AC4D73

Color information

#AC4D73 (or 0xAC4D73) is unknown color: approx Royal Heath. HEX triplet: AC, 4D and 73. RGB value is (172,77,115). Sum of RGB (Red+Green+Blue) = 172+77+115=364 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.25% from 364); Green value is 77 (30.47% from 255 or 21.15% from 364); Blue value is 115 (45.31% from 255 or 31.59% from 364); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4D73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC4D73 is #53B28C. Grayscale: #6D6D6D. Windows color (decimal): -5485197 or 7556524. OLE color: 7556524.

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

Color convert

RGB17277115-
CMYK00.550.330.33
HSL336º38.15%48.82%-
HSV(B)336º55.23%67.45%-
XYZ22.7615.3217.98-
YUV109.74130.97172.41-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.25%
GREEN value IS 77 (30.47% from 255) = 21.15%
BLUE value IS 115 (45.31% from 255) = 31.59%
R=47.25%
G=21.15%
B=31.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1727711500.550.330.3333638.1548.82
HexAC4D7303721211502631
Octal25411516306741415204661
Binary10101100100110111100110110111100001100001101010000100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4D73; }

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

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

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

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

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

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

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

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