#A55976

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

Shades of Royal Heath #A55976

Tints of Royal Heath #A55976

Color information

#A55976 (or 0xA55976) is unknown color: approx Royal Heath. HEX triplet: A5, 59 and 76. RGB value is (165,89,118). Sum of RGB (Red+Green+Blue) = 165+89+118=372 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.35% from 372); Green value is 89 (35.16% from 255 or 23.92% from 372); Blue value is 118 (46.48% from 255 or 31.72% from 372); Max value from RGB is 165 - color contains mainly: red. Hex color #A55976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55976 is #5AA689. Grayscale: #727272. Windows color (decimal): -5940874 or 7756197. OLE color: 7756197.

HSL color Cylindrical-coordinate representation of color #A55976: hue angle of 337.11º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A55976 is Cyan = 0, Magento = 0.46, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB16589118-
CMYK00.460.280.35
HSL337.11º29.92%49.8%-
HSV(B)337.11º46.06%64.71%-
XYZ22.3616.4519.14-
YUV115.03129.68163.64-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.35%
GREEN value IS 89 (35.16% from 255) = 23.92%
BLUE value IS 118 (46.48% from 255) = 31.72%
R=44.35%
G=23.92%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658911800.460.280.35337.1129.9249.8
HexA5597602E1C231511e32
Octal24513116605634435213662
Binary101001011011001111011001011101110010001110101000111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55976; }

 p { color: rgb(165,89,118); }

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

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

 a { background-color: rgb(165,89,118); }

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

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

 span { border-color: rgb(165,89,118); }

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