#AA5671

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

Shades of Royal Heath #AA5671

Tints of Royal Heath #AA5671

Color information

#AA5671 (or 0xAA5671) is unknown color: approx Royal Heath. HEX triplet: AA, 56 and 71. RGB value is (170,86,113). Sum of RGB (Red+Green+Blue) = 170+86+113=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 86 (33.98% from 255 or 23.31% from 369); Blue value is 113 (44.53% from 255 or 30.62% from 369); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5671 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5671 is #55A98E. Grayscale: #727272. Windows color (decimal): -5613967 or 7427754. OLE color: 7427754.

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

Color convert

RGB17086113-
CMYK00.490.340.33
HSL340.71º33.07%50.2%-
HSV(B)340.71º49.41%66.67%-
XYZ22.8916.3917.58-
YUV114.19127.33167.8-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 46.07%
GREEN value IS 86 (33.98% from 255) = 23.31%
BLUE value IS 113 (44.53% from 255) = 30.62%
R=46.07%
G=23.31%
B=30.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708611300.490.340.33340.7133.0750.2
HexAA567103122211552132
Octal25212616106142415254162
Binary10101010101011011100010110001100010100001101010101100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5671; }

 p { color: rgb(170,86,113); }

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

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

 a { background-color: rgb(170,86,113); }

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

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

 span { border-color: rgb(170,86,113); }

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