Html Css Color HEX #AA4976 Royal Heath

📋 copy color: '#AA4976'

red 170 ◦ green 73 ◦ blue 118

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

Shades of Royal Heath #AA4976

Tints of Royal Heath #AA4976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 32.69%

R = 47.09%
G = 20.22%
B = 32.69%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AA4976 (or 0xAA4976) is known color: Royal Heath. HEX triplet: AA, 49 and 76. RGB value is (170,73,118). Sum of RGB (Red+Green+Blue) = 170+73+118=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 73 (28.91% from 255 or 20.22% from 361); Blue value is 118 (46.48% from 255 or 32.69% from 361); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4976 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4976 is #55B689. Grayscale: #6B6B6B. Windows color (decimal): -5617290 or 7752106. OLE color: 7752106.

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

Color convert

RGB 170 73 118 -
CMYK 0 0.57 0.31 0.33
HSL 332.16º 0.4% 0.48% -
HSV(B) 332.16º 0.57% 0.67% -
XYZ 22.23 14.62 18.79 -
YUV 107.13 134.14 172.84 -
System Red Green Blue C M Y K H S L
Decimal 170 73 118 0 0.57 0.31 0.33 332.16 0.4 0.48
Hex AA 49 76 0 39 1F 21 14C 28 30
Octal 252 111 166 0 71 37 41 514 50 60
Binary 10101010 1001001 1110110 0 111001 11111 100001 101001100 101000 110000

Color Harmonies of #AA4976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4976

Black with #AA4976

Text Example


Text Example

White with #AA4976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4976; }

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

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

background-color css

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

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

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

border-color css

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

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

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