#A65676

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

Shades of Royal Heath #A65676

Tints of Royal Heath #A65676

Color information

#A65676 (or 0xA65676) is unknown color: approx Royal Heath. HEX triplet: A6, 56 and 76. RGB value is (166,86,118). Sum of RGB (Red+Green+Blue) = 166+86+118=370 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.86% from 370); Green value is 86 (33.98% from 255 or 23.24% from 370); Blue value is 118 (46.48% from 255 or 31.89% from 370); Max value from RGB is 166 - color contains mainly: red. Hex color #A65676 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65676 is #59A989. Grayscale: #717171. Windows color (decimal): -5876106 or 7755430. OLE color: 7755430.

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

Color convert

RGB16686118-
CMYK00.480.290.35
HSL336º31.75%49.41%-
HSV(B)336º48.19%65.1%-
XYZ22.3216.0719.06-
YUV113.57130.5165.4-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.86%
GREEN value IS 86 (33.98% from 255) = 23.24%
BLUE value IS 118 (46.48% from 255) = 31.89%
R=44.86%
G=23.24%
B=31.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668611800.480.290.3533631.7549.41
HexA656760301D231502031
Octal24612616606035435204061
Binary1010011010101101110110011000011101100011101010000100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65676; }

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

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

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

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

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

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

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

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