#aa4c73

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

Shades of Royal Heath #AA4C73

Tints of Royal Heath #AA4C73

Color information

#AA4C73 (or 0xAA4C73) is unknown color: approx Royal Heath. HEX triplet: AA, 4C and 73. RGB value is (170,76,115). Sum of RGB (Red+Green+Blue) = 170+76+115=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 76 (30.08% from 255 or 21.05% from 361); Blue value is 115 (45.31% from 255 or 31.86% from 361); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4C73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4C73 is #55B38C. Grayscale: #6C6C6C. Windows color (decimal): -5616525 or 7556266. OLE color: 7556266.

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

Color convert

RGB17076115-
CMYK00.550.320.33
HSL335.11º38.21%48.24%-
HSV(B)335.11º55.29%66.67%-
XYZ22.2614.9517.93-
YUV108.55131.64171.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 47.09%
GREEN value IS 76 (30.08% from 255) = 21.05%
BLUE value IS 115 (45.31% from 255) = 31.86%
R=47.09%
G=21.05%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1707611500.550.320.33335.1138.2148.24
HexAA4C73037202114f2630
Octal25211416306740415174660
Binary10101010100110011100110110111100000100001101001111100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa4c73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa4c73; }

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

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

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

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

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

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

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

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