#A05376

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

Shades of Royal Heath #A05376

Tints of Royal Heath #A05376

Color information

#A05376 (or 0xA05376) is unknown color: approx Royal Heath. HEX triplet: A0, 53 and 76. RGB value is (160,83,118). Sum of RGB (Red+Green+Blue) = 160+83+118=361 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.32% from 361); Green value is 83 (32.81% from 255 or 22.99% from 361); Blue value is 118 (46.48% from 255 or 32.69% from 361); Max value from RGB is 160 - color contains mainly: red. Hex color #A05376 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05376 is #5FAC89. Grayscale: #6D6D6D. Windows color (decimal): -6270090 or 7754656. OLE color: 7754656.

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

Color convert

RGB16083118-
CMYK00.480.260.37
HSL332.73º31.69%47.65%-
HSV(B)332.73º48.12%62.75%-
XYZ20.8614.9718.93-
YUV110.01132.51163.65-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.32%
GREEN value IS 83 (32.81% from 255) = 22.99%
BLUE value IS 118 (46.48% from 255) = 32.69%
R=44.32%
G=22.99%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.26
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608311800.480.260.37332.7331.6947.65
HexA053760301A2514d2030
Octal24012316606032455154060
Binary1010000010100111110110011000011010100101101001101100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05376; }

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

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

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

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

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

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

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

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