#A6536E

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

Shades of Royal Heath #A6536E

Tints of Royal Heath #A6536E

Color information

#A6536E (or 0xA6536E) is unknown color: approx Royal Heath. HEX triplet: A6, 53 and 6E. RGB value is (166,83,110). Sum of RGB (Red+Green+Blue) = 166+83+110=359 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.24% from 359); Green value is 83 (32.81% from 255 or 23.12% from 359); Blue value is 110 (43.36% from 255 or 30.64% from 359); Max value from RGB is 166 - color contains mainly: red. Hex color #A6536E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6536E is #59AC91. Grayscale: #6E6E6E. Windows color (decimal): -5876882 or 7230374. OLE color: 7230374.

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

Color convert

RGB16683110-
CMYK00.500.340.35
HSL340.48º33.33%48.82%-
HSV(B)340.48º50%65.1%-
XYZ21.6315.4216.59-
YUV110.9127.5167.3-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.24%
GREEN value IS 83 (32.81% from 255) = 23.12%
BLUE value IS 110 (43.36% from 255) = 30.64%
R=46.24%
G=23.12%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668311000.500.340.35340.4833.3348.82
HexA6536E03222231542131
Octal24612315606242435244161
Binary10100110101001111011100110010100010100011101010100100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6536E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6536E; }

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

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

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

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

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

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

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

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