#AA5675

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

Shades of Royal Heath #AA5675

Tints of Royal Heath #AA5675

Color information

#AA5675 (or 0xAA5675) is unknown color: approx Royal Heath. HEX triplet: AA, 56 and 75. RGB value is (170,86,117). Sum of RGB (Red+Green+Blue) = 170+86+117=373 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.58% from 373); Green value is 86 (33.98% from 255 or 23.06% from 373); Blue value is 117 (46.09% from 255 or 31.37% from 373); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5675 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5675 is #55A98A. Grayscale: #727272. Windows color (decimal): -5613963 or 7689898. OLE color: 7689898.

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

Color convert

RGB17086117-
CMYK00.490.310.33
HSL337.86º33.07%50.2%-
HSV(B)337.86º49.41%66.67%-
XYZ23.1216.4918.79-
YUV114.65129.33167.48-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.58%
GREEN value IS 86 (33.98% from 255) = 23.06%
BLUE value IS 117 (46.09% from 255) = 31.37%
R=45.58%
G=23.06%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708611700.490.310.33337.8633.0750.2
HexAA56750311F211522132
Octal25212616506137415224162
Binary1010101010101101110101011000111111100001101010010100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5675; }

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

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

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

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

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

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

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

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