#A6506E

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

Shades of Royal Heath #A6506E

Tints of Royal Heath #A6506E

Color information

#A6506E (or 0xA6506E) is unknown color: approx Royal Heath. HEX triplet: A6, 50 and 6E. RGB value is (166,80,110). Sum of RGB (Red+Green+Blue) = 166+80+110=356 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.63% from 356); Green value is 80 (31.64% from 255 or 22.47% from 356); Blue value is 110 (43.36% from 255 or 30.90% from 356); Max value from RGB is 166 - color contains mainly: red. Hex color #A6506E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6506E is #59AF91. Grayscale: #6D6D6D. Windows color (decimal): -5877650 or 7229606. OLE color: 7229606.

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

Color convert

RGB16680110-
CMYK00.520.340.35
HSL339.07º34.96%48.24%-
HSV(B)339.07º51.81%65.1%-
XYZ21.4114.9716.51-
YUV109.13128.49168.56-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 46.63%
GREEN value IS 80 (31.64% from 255) = 22.47%
BLUE value IS 110 (43.36% from 255) = 30.90%
R=46.63%
G=22.47%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668011000.520.340.35339.0734.9648.24
HexA6506E03422231532330
Octal24612015606442435234360
Binary10100110101000011011100110100100010100011101010011100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6506E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6506E; }

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

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

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

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

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

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

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

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