#A6557A

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

Shades of Royal Heath #A6557A

Tints of Royal Heath #A6557A

Color information

#A6557A (or 0xA6557A) is unknown color: approx Royal Heath. HEX triplet: A6, 55 and 7A. RGB value is (166,85,122). Sum of RGB (Red+Green+Blue) = 166+85+122=373 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.50% from 373); Green value is 85 (33.59% from 255 or 22.79% from 373); Blue value is 122 (48.05% from 255 or 32.71% from 373); Max value from RGB is 166 - color contains mainly: red. Hex color #A6557A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6557A is #59AA85. Grayscale: #717171. Windows color (decimal): -5876358 or 8017318. OLE color: 8017318.

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

Color convert

RGB16685122-
CMYK00.490.270.35
HSL332.59º32.27%49.22%-
HSV(B)332.59º48.8%65.1%-
XYZ22.4916.0120.32-
YUV113.44132.84165.49-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.50%
GREEN value IS 85 (33.59% from 255) = 22.79%
BLUE value IS 122 (48.05% from 255) = 32.71%
R=44.50%
G=22.79%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668512200.490.270.35332.5932.2749.22
HexA6557A0311B2314d2031
Octal24612517206133435154061
Binary1010011010101011111010011000111011100011101001101100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6557A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6557A; }

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

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

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

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

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

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

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

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