#A84C73

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

Shades of Royal Heath #A84C73

Tints of Royal Heath #A84C73

Color information

#A84C73 (or 0xA84C73) is unknown color: approx Royal Heath. HEX triplet: A8, 4C and 73. RGB value is (168,76,115). Sum of RGB (Red+Green+Blue) = 168+76+115=359 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.80% from 359); Green value is 76 (30.08% from 255 or 21.17% from 359); Blue value is 115 (45.31% from 255 or 32.03% from 359); Max value from RGB is 168 - color contains mainly: red. Hex color #A84C73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A84C73 is #57B38C. Grayscale: #6B6B6B. Windows color (decimal): -5747597 or 7556264. OLE color: 7556264.

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

Color convert

RGB16876115-
CMYK00.550.320.34
HSL334.57º37.7%47.84%-
HSV(B)334.57º54.76%65.88%-
XYZ21.8314.7317.91-
YUV107.95131.98170.83-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 46.80%
GREEN value IS 76 (30.08% from 255) = 21.17%
BLUE value IS 115 (45.31% from 255) = 32.03%
R=46.80%
G=21.17%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.32
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1687611500.550.320.34334.5737.747.84
HexA84C73037202214f2630
Octal25011416306740425174660
Binary10101000100110011100110110111100000100010101001111100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84C73; }

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

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

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

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

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

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

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

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