Html Css Color HEX #AA5873 Royal Heath

📋 copy color: '#AA5873'

red 170 ◦ green 88 ◦ blue 115

#AA5873
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Heath #AA5873

Tints of Royal Heath #AA5873

RGB

 RED value IS 170 (66.8% 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 value IS 0

 M value IS 0.48

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AA5873 (or 0xAA5873) is known color: 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

RGB 170 88 115 -
CMYK 0 0.48 0.32 0.33
HSL 340.24º 0.33% 0.51% -
HSV(B) 340.24º 0.48% 0.67% -
XYZ 23.16 16.76 18.23 -
YUV 115.6 127.67 166.8 -
System Red Green Blue C M Y K H S L
Decimal 170 88 115 0 0.48 0.32 0.33 340.24 0.33 0.51
Hex AA 58 73 0 30 20 21 154 21 33
Octal 252 130 163 0 60 40 41 524 41 63
Binary 10101010 1011000 1110011 0 110000 100000 100001 101010100 100001 110011

Color Harmonies of #AA5873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5873

Black with #AA5873

Text Example


Text Example

White with #AA5873

Text Example


Text Example

HTML Codes & Css Web 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>