#A6556F

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

Shades of Royal Heath #A6556F

Tints of Royal Heath #A6556F

Color information

#A6556F (or 0xA6556F) is unknown color: approx Royal Heath. HEX triplet: A6, 55 and 6F. RGB value is (166,85,111). Sum of RGB (Red+Green+Blue) = 166+85+111=362 (47% of max value = 765). Red value is 166 (65.23% from 255 or 45.86% from 362); Green value is 85 (33.59% from 255 or 23.48% from 362); Blue value is 111 (43.75% from 255 or 30.66% from 362); Max value from RGB is 166 - color contains mainly: red. Hex color #A6556F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6556F is #59AA90. Grayscale: #707070. Windows color (decimal): -5876369 or 7296422. OLE color: 7296422.

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

Color convert

RGB16685111-
CMYK00.490.330.35
HSL340.74º32.27%49.22%-
HSV(B)340.74º48.8%65.1%-
XYZ21.8415.7516.93-
YUV112.18127.34166.39-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 45.86%
GREEN value IS 85 (33.59% from 255) = 23.48%
BLUE value IS 111 (43.75% from 255) = 30.66%
R=45.86%
G=23.48%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668511100.490.330.35340.7432.2749.22
HexA6556F03121231552031
Octal24612515706141435254061
Binary10100110101010111011110110001100001100011101010101100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6556F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6556F; }

 p { color: rgb(166,85,111); }

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

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

 a { background-color: rgb(166,85,111); }

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

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

 span { border-color: rgb(166,85,111); }

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