Html Css Color HEX #AA5574 Royal Heath

📋 copy color: '#AA5574'

red 170 ◦ green 85 ◦ blue 116

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

Shades of Royal Heath #AA5574

Tints of Royal Heath #AA5574

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.91%

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

R = 45.82%
G = 22.91%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AA5574 (or 0xAA5574) is known color: Royal Heath. HEX triplet: AA, 55 and 74. RGB value is (170,85,116). Sum of RGB (Red+Green+Blue) = 170+85+116=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 85 (33.59% from 255 or 22.91% from 371); Blue value is 116 (45.70% from 255 or 31.27% from 371); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5574 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5574 is #55AA8B. Grayscale: #717171. Windows color (decimal): -5614220 or 7624106. OLE color: 7624106.

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

Color convert

RGB 170 85 116 -
CMYK 0 0.50 0.32 0.33
HSL 338.12º 0.33% 0.5% -
HSV(B) 338.12º 0.5% 0.67% -
XYZ 22.98 16.3 18.46 -
YUV 113.95 129.16 167.98 -
System Red Green Blue C M Y K H S L
Decimal 170 85 116 0 0.50 0.32 0.33 338.12 0.33 0.5
Hex AA 55 74 0 32 20 21 152 21 32
Octal 252 125 164 0 62 40 41 522 41 62
Binary 10101010 1010101 1110100 0 110010 100000 100001 101010010 100001 110010

Color Harmonies of #AA5574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5574

Black with #AA5574

Text Example


Text Example

White with #AA5574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5574; }

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

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

background-color css

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

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

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

border-color css

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

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

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