#A6526E

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

Shades of Royal Heath #A6526E

Tints of Royal Heath #A6526E

Color information

#A6526E (or 0xA6526E) is unknown color: approx Royal Heath. HEX triplet: A6, 52 and 6E. RGB value is (166,82,110). Sum of RGB (Red+Green+Blue) = 166+82+110=358 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.37% from 358); Green value is 82 (32.42% from 255 or 22.91% from 358); Blue value is 110 (43.36% from 255 or 30.73% from 358); Max value from RGB is 166 - color contains mainly: red. Hex color #A6526E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6526E is #59AD91. Grayscale: #6E6E6E. Windows color (decimal): -5877138 or 7230118. OLE color: 7230118.

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

Color convert

RGB16682110-
CMYK00.510.340.35
HSL340º33.87%48.63%-
HSV(B)340º50.6%65.1%-
XYZ21.5615.2716.56-
YUV110.31127.83167.72-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.37%
GREEN value IS 82 (32.42% from 255) = 22.91%
BLUE value IS 110 (43.36% from 255) = 30.73%
R=46.37%
G=22.91%
B=30.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668211000.510.340.3534033.8748.63
HexA6526E03322231542231
Octal24612215606342435244261
Binary10100110101001011011100110011100010100011101010100100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6526E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6526E; }

 p { color: rgb(166,82,110); }

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

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

 a { background-color: rgb(166,82,110); }

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

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

 span { border-color: rgb(166,82,110); }

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