Html Css Color HEX #AA4D76 Royal Heath

📋 copy color: '#AA4D76'

red 170 ◦ green 77 ◦ blue 118

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

Shades of Royal Heath #AA4D76

Tints of Royal Heath #AA4D76

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.1%

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

R = 46.58%
G = 21.1%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AA4D76 (or 0xAA4D76) is known color: Royal Heath. HEX triplet: AA, 4D and 76. RGB value is (170,77,118). Sum of RGB (Red+Green+Blue) = 170+77+118=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 77 (30.47% from 255 or 21.10% from 365); Blue value is 118 (46.48% from 255 or 32.33% from 365); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4D76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA4D76 is #55B289. Grayscale: #6D6D6D. Windows color (decimal): -5616266 or 7753130. OLE color: 7753130.

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

Color convert

RGB 170 77 118 -
CMYK 0 0.55 0.31 0.33
HSL 333.55º 0.38% 0.48% -
HSV(B) 333.55º 0.55% 0.67% -
XYZ 22.5 15.16 18.88 -
YUV 109.48 132.81 171.17 -
System Red Green Blue C M Y K H S L
Decimal 170 77 118 0 0.55 0.31 0.33 333.55 0.38 0.48
Hex AA 4D 76 0 37 1F 21 14E 26 30
Octal 252 115 166 0 67 37 41 516 46 60
Binary 10101010 1001101 1110110 0 110111 11111 100001 101001110 100110 110000

Color Harmonies of #AA4D76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4D76

Black with #AA4D76

Text Example


Text Example

White with #AA4D76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4D76; }

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

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

background-color css

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

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

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

border-color css

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

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

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