Html Css Color HEX #AA4974 Royal Heath

📋 copy color: '#AA4974'

red 170 ◦ green 73 ◦ blue 116

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

Shades of Royal Heath #AA4974

Tints of Royal Heath #AA4974

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.33%

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

R = 47.35%
G = 20.33%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AA4974 (or 0xAA4974) is known color: Royal Heath. HEX triplet: AA, 49 and 74. RGB value is (170,73,116). Sum of RGB (Red+Green+Blue) = 170+73+116=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 73 (28.91% from 255 or 20.33% from 359); Blue value is 116 (45.70% from 255 or 32.31% from 359); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4974 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4974 is #55B68B. Grayscale: #6A6A6A. Windows color (decimal): -5617292 or 7621034. OLE color: 7621034.

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

Color convert

RGB 170 73 116 -
CMYK 0 0.57 0.32 0.33
HSL 333.4º 0.4% 0.48% -
HSV(B) 333.4º 0.57% 0.67% -
XYZ 22.11 14.57 18.17 -
YUV 106.91 133.14 173 -
System Red Green Blue C M Y K H S L
Decimal 170 73 116 0 0.57 0.32 0.33 333.4 0.4 0.48
Hex AA 49 74 0 39 20 21 14D 28 30
Octal 252 111 164 0 71 40 41 515 50 60
Binary 10101010 1001001 1110100 0 111001 100000 100001 101001101 101000 110000

Color Harmonies of #AA4974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4974

Black with #AA4974

Text Example


Text Example

White with #AA4974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4974; }

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

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

background-color css

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

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

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

border-color css

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

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

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