#AA5672

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

Shades of Royal Heath #AA5672

Tints of Royal Heath #AA5672

Color information

#AA5672 (or 0xAA5672) is unknown color: approx Royal Heath. HEX triplet: AA, 56 and 72. RGB value is (170,86,114). Sum of RGB (Red+Green+Blue) = 170+86+114=370 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.95% from 370); Green value is 86 (33.98% from 255 or 23.24% from 370); Blue value is 114 (44.92% from 255 or 30.81% from 370); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5672 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5672 is #55A98D. Grayscale: #727272. Windows color (decimal): -5613966 or 7493290. OLE color: 7493290.

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

Color convert

RGB17086114-
CMYK00.490.330.33
HSL340º33.07%50.2%-
HSV(B)340º49.41%66.67%-
XYZ22.9416.4217.88-
YUV114.31127.83167.72-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.95%
GREEN value IS 86 (33.98% from 255) = 23.24%
BLUE value IS 114 (44.92% from 255) = 30.81%
R=45.95%
G=23.24%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708611400.490.330.3334033.0750.2
HexAA567203121211542132
Octal25212616206141415244162
Binary10101010101011011100100110001100001100001101010100100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5672; }

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

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

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

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

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

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

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

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