Html Css Color HEX #AA5076 Royal Heath

📋 copy color: '#AA5076'

red 170 ◦ green 80 ◦ blue 118

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

Shades of Royal Heath #AA5076

Tints of Royal Heath #AA5076

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.74%

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

R = 46.2%
G = 21.74%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AA5076 (or 0xAA5076) is known color: Royal Heath. HEX triplet: AA, 50 and 76. RGB value is (170,80,118). Sum of RGB (Red+Green+Blue) = 170+80+118=368 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.20% from 368); Green value is 80 (31.64% from 255 or 21.74% from 368); Blue value is 118 (46.48% from 255 or 32.07% from 368); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5076 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5076 is #55AF89. Grayscale: #6F6F6F. Windows color (decimal): -5615498 or 7753898. OLE color: 7753898.

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

Color convert

RGB 170 80 118 -
CMYK 0 0.53 0.31 0.33
HSL 334.67º 0.36% 0.49% -
HSV(B) 334.67º 0.53% 0.67% -
XYZ 22.72 15.59 18.95 -
YUV 111.24 131.82 169.91 -
System Red Green Blue C M Y K H S L
Decimal 170 80 118 0 0.53 0.31 0.33 334.67 0.36 0.49
Hex AA 50 76 0 35 1F 21 14F 24 31
Octal 252 120 166 0 65 37 41 517 44 61
Binary 10101010 1010000 1110110 0 110101 11111 100001 101001111 100100 110001

Color Harmonies of #AA5076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5076

Black with #AA5076

Text Example


Text Example

White with #AA5076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5076; }

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

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

background-color css

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

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

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

border-color css

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

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

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