Html Css Color HEX #AA5874 Royal Heath

📋 copy color: '#AA5874'

red 170 ◦ green 88 ◦ blue 116

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

Shades of Royal Heath #AA5874

Tints of Royal Heath #AA5874

RGB

 RED value IS 170 (66.8% from 255) = 45.45%

 GREEN value IS 88 (34.77% from 255) = 23.53%

 BLUE value IS 116 (45.7% from 255) = 31.02%

R = 45.45%
G = 23.53%
B = 31.02%

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

#AA5874 (or 0xAA5874) is known color: Royal Heath. HEX triplet: AA, 58 and 74. RGB value is (170,88,116). Sum of RGB (Red+Green+Blue) = 170+88+116=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 88 (34.77% from 255 or 23.53% from 374); Blue value is 116 (45.70% from 255 or 31.02% from 374); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5874 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5874 is #55A78B. Grayscale: #737373. Windows color (decimal): -5613452 or 7624874. OLE color: 7624874.

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

Color convert

RGB 170 88 116 -
CMYK 0 0.48 0.32 0.33
HSL 339.51º 0.33% 0.51% -
HSV(B) 339.51º 0.48% 0.67% -
XYZ 23.22 16.79 18.54 -
YUV 115.71 128.17 166.72 -
System Red Green Blue C M Y K H S L
Decimal 170 88 116 0 0.48 0.32 0.33 339.51 0.33 0.51
Hex AA 58 74 0 30 20 21 154 21 33
Octal 252 130 164 0 60 40 41 524 41 63
Binary 10101010 1011000 1110100 0 110000 100000 100001 101010100 100001 110011

Color Harmonies of #AA5874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5874

Black with #AA5874

Text Example


Text Example

White with #AA5874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5874; }

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

 H1.HeaderClassName
 {
   color: #AA5874;
 }
 .AnyTagClassName
 {
   color: #AA5874;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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