#A64976

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

Shades of Royal Heath #A64976

Tints of Royal Heath #A64976

Color information

#A64976 (or 0xA64976) is unknown color: approx Royal Heath. HEX triplet: A6, 49 and 76. RGB value is (166,73,118). Sum of RGB (Red+Green+Blue) = 166+73+118=357 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.50% from 357); Green value is 73 (28.91% from 255 or 20.45% from 357); Blue value is 118 (46.48% from 255 or 33.05% from 357); Max value from RGB is 166 - color contains mainly: red. Hex color #A64976 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A64976 is #59B689. Grayscale: #696969. Windows color (decimal): -5879434 or 7752102. OLE color: 7752102.

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

Color convert

RGB16673118-
CMYK00.560.290.35
HSL330.97º38.91%46.86%-
HSV(B)330.97º56.02%65.1%-
XYZ21.3814.1818.75-
YUV105.94134.81170.84-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.50%
GREEN value IS 73 (28.91% from 255) = 20.45%
BLUE value IS 118 (46.48% from 255) = 33.05%
R=46.50%
G=20.45%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1667311800.560.290.35330.9738.9146.86
HexA649760381D2314b272f
Octal24611116607035435134757
Binary1010011010010011110110011100011101100011101001011100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A64976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A64976; }

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

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

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

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

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

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

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

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