#AA5873

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

Shades of Royal Heath #AA5873

Tints of Royal Heath #AA5873

Color information

#AA5873 (or 0xAA5873) is unknown color: approx Royal Heath. HEX triplet: AA, 58 and 73. RGB value is (170,88,115). Sum of RGB (Red+Green+Blue) = 170+88+115=373 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.58% from 373); Green value is 88 (34.77% from 255 or 23.59% from 373); Blue value is 115 (45.31% from 255 or 30.83% from 373); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5873 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5873 is #55A78C. Grayscale: #737373. Windows color (decimal): -5613453 or 7559338. OLE color: 7559338.

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

Color convert

RGB17088115-
CMYK00.480.320.33
HSL340.24º32.54%50.59%-
HSV(B)340.24º48.24%66.67%-
XYZ23.1616.7618.23-
YUV115.6127.67166.8-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 45.58%
GREEN value IS 88 (34.77% from 255) = 23.59%
BLUE value IS 115 (45.31% from 255) = 30.83%
R=45.58%
G=23.59%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1708811500.480.320.33340.2432.5450.59
HexAA587303020211542133
Octal25213016306040415244163
Binary10101010101100011100110110000100000100001101010100100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5873; }

 p { color: rgb(170,88,115); }

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

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

 a { background-color: rgb(170,88,115); }

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

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

 span { border-color: rgb(170,88,115); }

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