#A04E77

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

Shades of Royal Heath #A04E77

Tints of Royal Heath #A04E77

Color information

#A04E77 (or 0xA04E77) is unknown color: approx Royal Heath. HEX triplet: A0, 4E and 77. RGB value is (160,78,119). Sum of RGB (Red+Green+Blue) = 160+78+119=357 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.82% from 357); Green value is 78 (30.86% from 255 or 21.85% from 357); Blue value is 119 (46.88% from 255 or 33.33% from 357); Max value from RGB is 160 - color contains mainly: red. Hex color #A04E77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A04E77 is #5FB188. Grayscale: #6B6B6B. Windows color (decimal): -6271369 or 7818912. OLE color: 7818912.

HSL color Cylindrical-coordinate representation of color #A04E77: hue angle of 330º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A04E77 is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.37.

Color convert

RGB16078119-
CMYK00.510.260.37
HSL330º34.45%46.67%-
HSV(B)330º51.25%62.75%-
XYZ20.5514.2519.12-
YUV107.19134.67165.67-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.82%
GREEN value IS 78 (30.86% from 255) = 21.85%
BLUE value IS 119 (46.88% from 255) = 33.33%
R=44.82%
G=21.85%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.26
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1607811900.510.260.3733034.4546.67
HexA04E770331A2514a222f
Octal24011616706332455124257
Binary1010000010011101110111011001111010100101101001010100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04E77; }

 p { color: rgb(160,78,119); }

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

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

 a { background-color: rgb(160,78,119); }

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

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

 span { border-color: rgb(160,78,119); }

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