#A05576

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

Shades of Royal Heath #A05576

Tints of Royal Heath #A05576

Color information

#A05576 (or 0xA05576) is unknown color: approx Royal Heath. HEX triplet: A0, 55 and 76. RGB value is (160,85,118). Sum of RGB (Red+Green+Blue) = 160+85+118=363 (48% of max value = 765). Red value is 160 (62.89% from 255 or 44.08% from 363); Green value is 85 (33.59% from 255 or 23.42% from 363); Blue value is 118 (46.48% from 255 or 32.51% from 363); Max value from RGB is 160 - color contains mainly: red. Hex color #A05576 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05576 is #5FAA89. Grayscale: #6F6F6F. Windows color (decimal): -6269578 or 7755168. OLE color: 7755168.

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

Color convert

RGB16085118-
CMYK00.470.260.37
HSL333.6º30.61%48.04%-
HSV(B)333.6º46.88%62.75%-
XYZ21.0215.2818.98-
YUV111.19131.85162.82-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.08%
GREEN value IS 85 (33.59% from 255) = 23.42%
BLUE value IS 118 (46.48% from 255) = 32.51%
R=44.08%
G=23.42%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.26
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608511800.470.260.37333.630.6148.04
HexA0557602F1A2514e1f30
Octal24012516605732455163760
Binary101000001010101111011001011111101010010110100111011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05576; }

 p { color: rgb(160,85,118); }

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

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

 a { background-color: rgb(160,85,118); }

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

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

 span { border-color: rgb(160,85,118); }

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