#A04377

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

Shades of Royal Heath #A04377

Tints of Royal Heath #A04377

Color information

#A04377 (or 0xA04377) is unknown color: approx Royal Heath. HEX triplet: A0, 43 and 77. RGB value is (160,67,119). Sum of RGB (Red+Green+Blue) = 160+67+119=346 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.24% from 346); Green value is 67 (26.56% from 255 or 19.36% from 346); Blue value is 119 (46.88% from 255 or 34.39% from 346); Max value from RGB is 160 - color contains mainly: red. Hex color #A04377 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A04377 is #5FBC88. Grayscale: #646464. Windows color (decimal): -6274185 or 7816096. OLE color: 7816096.

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

Color convert

RGB16067119-
CMYK00.580.260.37
HSL326.45º40.97%44.51%-
HSV(B)326.45º58.13%62.75%-
XYZ19.8312.8218.88-
YUV100.74138.31170.27-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.24%
GREEN value IS 67 (26.56% from 255) = 19.36%
BLUE value IS 119 (46.88% from 255) = 34.39%
R=46.24%
G=19.36%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.26
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1606711900.580.260.37326.4540.9744.51
HexA0437703A1A25146292d
Octal24010316707232455065155
Binary1010000010000111110111011101011010100101101000110101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04377; }

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

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

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

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

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

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

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

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