#A94C76

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

Shades of Royal Heath #A94C76

Tints of Royal Heath #A94C76

Color information

#A94C76 (or 0xA94C76) is unknown color: approx Royal Heath. HEX triplet: A9, 4C and 76. RGB value is (169,76,118). Sum of RGB (Red+Green+Blue) = 169+76+118=363 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.56% from 363); Green value is 76 (30.08% from 255 or 20.94% from 363); Blue value is 118 (46.48% from 255 or 32.51% from 363); Max value from RGB is 169 - color contains mainly: red. Hex color #A94C76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94C76 is #56B389. Grayscale: #6C6C6C. Windows color (decimal): -5682058 or 7752873. OLE color: 7752873.

HSL color Cylindrical-coordinate representation of color #A94C76: hue angle of 332.9º 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 #A94C76 is Cyan = 0, Magento = 0.55, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB16976118-
CMYK00.550.300.34
HSL332.9º37.96%48.04%-
HSV(B)332.9º55.03%66.27%-
XYZ22.2214.9118.85-
YUV108.6133.31171.08-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.56%
GREEN value IS 76 (30.08% from 255) = 20.94%
BLUE value IS 118 (46.48% from 255) = 32.51%
R=46.56%
G=20.94%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1697611800.550.300.34332.937.9648.04
HexA94C760371E2214d2630
Octal25111416606736425154660
Binary1010100110011001110110011011111110100010101001101100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94C76; }

 p { color: rgb(169,76,118); }

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

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

 a { background-color: rgb(169,76,118); }

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

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

 span { border-color: rgb(169,76,118); }

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