#AA546F

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

Shades of Royal Heath #AA546F

Tints of Royal Heath #AA546F

Color information

#AA546F (or 0xAA546F) is unknown color: approx Royal Heath. HEX triplet: AA, 54 and 6F. RGB value is (170,84,111). Sum of RGB (Red+Green+Blue) = 170+84+111=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 84 (33.20% from 255 or 23.01% from 365); Blue value is 111 (43.75% from 255 or 30.41% from 365); Max value from RGB is 170 - color contains mainly: red. Hex color #AA546F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA546F is #55AB90. Grayscale: #707070. Windows color (decimal): -5614481 or 7296170. OLE color: 7296170.

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

Color convert

RGB17084111-
CMYK00.510.350.33
HSL341.16º33.86%49.8%-
HSV(B)341.16º50.59%66.67%-
XYZ22.6216.0316.94-
YUV112.79126.99168.8-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.58%
GREEN value IS 84 (33.20% from 255) = 23.01%
BLUE value IS 111 (43.75% from 255) = 30.41%
R=46.58%
G=23.01%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708411100.510.350.33341.1633.8649.8
HexAA546F03323211552232
Octal25212415706343415254262
Binary10101010101010011011110110011100011100001101010101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA546F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA546F; }

 p { color: rgb(170,84,111); }

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

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

 a { background-color: rgb(170,84,111); }

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

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

 span { border-color: rgb(170,84,111); }

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