#A55876

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

Shades of Royal Heath #A55876

Tints of Royal Heath #A55876

Color information

#A55876 (or 0xA55876) is unknown color: approx Royal Heath. HEX triplet: A5, 58 and 76. RGB value is (165,88,118). Sum of RGB (Red+Green+Blue) = 165+88+118=371 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.47% from 371); Green value is 88 (34.77% from 255 or 23.72% from 371); Blue value is 118 (46.48% from 255 or 31.81% from 371); Max value from RGB is 165 - color contains mainly: red. Hex color #A55876 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55876 is #5AA789. Grayscale: #727272. Windows color (decimal): -5941130 or 7755941. OLE color: 7755941.

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

Color convert

RGB16588118-
CMYK00.470.280.35
HSL336.62º30.43%49.61%-
HSV(B)336.62º46.67%64.71%-
XYZ22.2816.2919.11-
YUV114.44130.01164.06-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.47%
GREEN value IS 88 (34.77% from 255) = 23.72%
BLUE value IS 118 (46.48% from 255) = 31.81%
R=44.47%
G=23.72%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658811800.470.280.35336.6230.4349.61
HexA5587602F1C231511e32
Octal24513016605734435213662
Binary101001011011000111011001011111110010001110101000111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55876; }

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

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

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

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

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

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

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

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