#A65971

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

Shades of Royal Heath #A65971

Tints of Royal Heath #A65971

Color information

#A65971 (or 0xA65971) is unknown color: approx Royal Heath. HEX triplet: A6, 59 and 71. RGB value is (166,89,113). Sum of RGB (Red+Green+Blue) = 166+89+113=368 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.11% from 368); Green value is 89 (35.16% from 255 or 24.18% from 368); Blue value is 113 (44.53% from 255 or 30.71% from 368); Max value from RGB is 166 - color contains mainly: red. Hex color #A65971 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65971 is #59A68E. Grayscale: #727272. Windows color (decimal): -5875343 or 7428518. OLE color: 7428518.

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

Color convert

RGB16689113-
CMYK00.460.320.35
HSL341.3º30.2%50%-
HSV(B)341.3º46.39%65.1%-
XYZ22.2816.4417.62-
YUV114.76127.01164.55-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.11%
GREEN value IS 89 (35.16% from 255) = 24.18%
BLUE value IS 113 (44.53% from 255) = 30.71%
R=45.11%
G=24.18%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668911300.460.320.35341.330.250
HexA6597102E20231551e32
Octal24613116105640435253662
Binary1010011010110011110001010111010000010001110101010111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65971; }

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

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

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

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

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

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

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

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