#A65579

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

Shades of Royal Heath #A65579

Tints of Royal Heath #A65579

Color information

#A65579 (or 0xA65579) is unknown color: approx Royal Heath. HEX triplet: A6, 55 and 79. RGB value is (166,85,121). Sum of RGB (Red+Green+Blue) = 166+85+121=372 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.62% from 372); Green value is 85 (33.59% from 255 or 22.85% from 372); Blue value is 121 (47.66% from 255 or 32.53% from 372); Max value from RGB is 166 - color contains mainly: red. Hex color #A65579 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65579 is #59AA86. Grayscale: #717171. Windows color (decimal): -5876359 or 7951782. OLE color: 7951782.

HSL color Cylindrical-coordinate representation of color #A65579: hue angle of 333.33º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A65579 is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB16685121-
CMYK00.490.270.35
HSL333.33º32.27%49.22%-
HSV(B)333.33º48.8%65.1%-
XYZ22.4315.9819.99-
YUV113.32132.34165.57-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.62%
GREEN value IS 85 (33.59% from 255) = 22.85%
BLUE value IS 121 (47.66% from 255) = 32.53%
R=44.62%
G=22.85%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668512100.490.270.35333.3332.2749.22
HexA655790311B2314d2031
Octal24612517106133435154061
Binary1010011010101011111001011000111011100011101001101100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65579; }

 p { color: rgb(166,85,121); }

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

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

 a { background-color: rgb(166,85,121); }

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

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

 span { border-color: rgb(166,85,121); }

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