#A94D77

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

Shades of Royal Heath #A94D77

Tints of Royal Heath #A94D77

Color information

#A94D77 (or 0xA94D77) is unknown color: approx Royal Heath. HEX triplet: A9, 4D and 77. RGB value is (169,77,119). Sum of RGB (Red+Green+Blue) = 169+77+119=365 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.30% from 365); Green value is 77 (30.47% from 255 or 21.10% from 365); Blue value is 119 (46.88% from 255 or 32.60% from 365); Max value from RGB is 169 - color contains mainly: red. Hex color #A94D77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A94D77 is #56B288. Grayscale: #6D6D6D. Windows color (decimal): -5681801 or 7818665. OLE color: 7818665.

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

Color convert

RGB16977119-
CMYK00.540.300.34
HSL332.61º37.4%48.24%-
HSV(B)332.61º54.44%66.27%-
XYZ22.3515.0719.18-
YUV109.3133.48170.58-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.30%
GREEN value IS 77 (30.47% from 255) = 21.10%
BLUE value IS 119 (46.88% from 255) = 32.60%
R=46.30%
G=21.10%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1697711900.540.300.34332.6137.448.24
HexA94D770361E2214d2530
Octal25111516706636425154560
Binary1010100110011011110111011011011110100010101001101100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94D77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94D77; }

 p { color: rgb(169,77,119); }

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

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

 a { background-color: rgb(169,77,119); }

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

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

 span { border-color: rgb(169,77,119); }

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