Html Css Color HEX #AA5073 Royal Heath

📋 copy color: '#AA5073'

red 170 ◦ green 80 ◦ blue 115

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

Shades of Royal Heath #AA5073

Tints of Royal Heath #AA5073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 31.51%

R = 46.58%
G = 21.92%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AA5073 (or 0xAA5073) is known color: Royal Heath. HEX triplet: AA, 50 and 73. RGB value is (170,80,115). Sum of RGB (Red+Green+Blue) = 170+80+115=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 80 (31.64% from 255 or 21.92% from 365); Blue value is 115 (45.31% from 255 or 31.51% from 365); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5073 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5073 is #55AF8C. Grayscale: #6E6E6E. Windows color (decimal): -5615501 or 7557290. OLE color: 7557290.

HSL color Cylindrical-coordinate representation of color #AA5073: hue angle of 336.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 #AA5073 is Cyan = 0, Magento = 0.53, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 80 115 -
CMYK 0 0.53 0.32 0.33
HSL 336.67º 0.36% 0.49% -
HSV(B) 336.67º 0.53% 0.67% -
XYZ 22.54 15.52 18.03 -
YUV 110.9 130.32 170.15 -
System Red Green Blue C M Y K H S L
Decimal 170 80 115 0 0.53 0.32 0.33 336.67 0.36 0.49
Hex AA 50 73 0 35 20 21 151 24 31
Octal 252 120 163 0 65 40 41 521 44 61
Binary 10101010 1010000 1110011 0 110101 100000 100001 101010001 100100 110001

Color Harmonies of #AA5073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5073

Black with #AA5073

Text Example


Text Example

White with #AA5073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5073; }

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

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

background-color css

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

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

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

border-color css

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

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

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