Html Css Color HEX #AA5276 Royal Heath

📋 copy color: '#AA5276'

red 170 ◦ green 82 ◦ blue 118

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

Shades of Royal Heath #AA5276

Tints of Royal Heath #AA5276

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.16%

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

R = 45.95%
G = 22.16%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AA5276 (or 0xAA5276) is known color: Royal Heath. HEX triplet: AA, 52 and 76. RGB value is (170,82,118). Sum of RGB (Red+Green+Blue) = 170+82+118=370 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.95% from 370); Green value is 82 (32.42% from 255 or 22.16% from 370); Blue value is 118 (46.48% from 255 or 31.89% from 370); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5276 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5276 is #55AD89. Grayscale: #707070. Windows color (decimal): -5614986 or 7754410. OLE color: 7754410.

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

Color convert

RGB 170 82 118 -
CMYK 0 0.52 0.31 0.33
HSL 335.45º 0.35% 0.49% -
HSV(B) 335.45º 0.52% 0.67% -
XYZ 22.86 15.89 19 -
YUV 112.42 131.15 169.07 -
System Red Green Blue C M Y K H S L
Decimal 170 82 118 0 0.52 0.31 0.33 335.45 0.35 0.49
Hex AA 52 76 0 34 1F 21 14F 23 31
Octal 252 122 166 0 64 37 41 517 43 61
Binary 10101010 1010010 1110110 0 110100 11111 100001 101001111 100011 110001

Color Harmonies of #AA5276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5276

Black with #AA5276

Text Example


Text Example

White with #AA5276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5276; }

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

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

background-color css

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

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

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

border-color css

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

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

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