#A45976

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

Shades of Royal Heath #A45976

Tints of Royal Heath #A45976

Color information

#A45976 (or 0xA45976) is unknown color: approx Royal Heath. HEX triplet: A4, 59 and 76. RGB value is (164,89,118). Sum of RGB (Red+Green+Blue) = 164+89+118=371 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.20% from 371); Green value is 89 (35.16% from 255 or 23.99% from 371); Blue value is 118 (46.48% from 255 or 31.81% from 371); Max value from RGB is 164 - color contains mainly: red. Hex color #A45976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45976 is #5BA689. Grayscale: #727272. Windows color (decimal): -6006410 or 7756196. OLE color: 7756196.

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

Color convert

RGB16489118-
CMYK00.460.280.36
HSL336.8º29.64%49.61%-
HSV(B)336.8º45.73%64.31%-
XYZ22.1516.3519.13-
YUV114.73129.85163.14-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.20%
GREEN value IS 89 (35.16% from 255) = 23.99%
BLUE value IS 118 (46.48% from 255) = 31.81%
R=44.20%
G=23.99%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648911800.460.280.36336.829.6449.61
HexA4597602E1C241511e32
Octal24413116605634445213662
Binary101001001011001111011001011101110010010010101000111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45976; }

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

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

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

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

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

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

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

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