#A65976

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

Shades of Royal Heath #A65976

Tints of Royal Heath #A65976

Color information

#A65976 (or 0xA65976) is unknown color: approx Royal Heath. HEX triplet: A6, 59 and 76. RGB value is (166,89,118). Sum of RGB (Red+Green+Blue) = 166+89+118=373 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.50% from 373); Green value is 89 (35.16% from 255 or 23.86% from 373); Blue value is 118 (46.48% from 255 or 31.64% from 373); Max value from RGB is 166 - color contains mainly: red. Hex color #A65976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65976 is #59A689. Grayscale: #737373. Windows color (decimal): -5875338 or 7756198. OLE color: 7756198.

HSL color Cylindrical-coordinate representation of color #A65976: hue angle of 337.4º 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 #A65976 is Cyan = 0, Magento = 0.46, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB16689118-
CMYK00.460.290.35
HSL337.4º30.2%50%-
HSV(B)337.4º46.39%65.1%-
XYZ22.5716.5619.15-
YUV115.33129.51164.14-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.50%
GREEN value IS 89 (35.16% from 255) = 23.86%
BLUE value IS 118 (46.48% from 255) = 31.64%
R=44.50%
G=23.86%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668911800.460.290.35337.430.250
HexA6597602E1D231511e32
Octal24613116605635435213662
Binary101001101011001111011001011101110110001110101000111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65976; }

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

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

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

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

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

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

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

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