Html Css Color HEX #AA4D73 Royal Heath

📋 copy color: '#AA4D73'

red 170 ◦ green 77 ◦ blue 115

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

Shades of Royal Heath #AA4D73

Tints of Royal Heath #AA4D73

RGB

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

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

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

R = 46.96%
G = 21.27%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AA4D73 (or 0xAA4D73) is known color: Royal Heath. HEX triplet: AA, 4D and 73. RGB value is (170,77,115). Sum of RGB (Red+Green+Blue) = 170+77+115=362 (47% of max value = 765). Red value is 170 (66.80% from 255 or 46.96% from 362); Green value is 77 (30.47% from 255 or 21.27% from 362); Blue value is 115 (45.31% from 255 or 31.77% from 362); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4D73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA4D73 is #55B28C. Grayscale: #6D6D6D. Windows color (decimal): -5616269 or 7556522. OLE color: 7556522.

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

Color convert

RGB 170 77 115 -
CMYK 0 0.55 0.32 0.33
HSL 335.48º 0.38% 0.48% -
HSV(B) 335.48º 0.55% 0.67% -
XYZ 22.33 15.09 17.96 -
YUV 109.14 131.31 171.41 -
System Red Green Blue C M Y K H S L
Decimal 170 77 115 0 0.55 0.32 0.33 335.48 0.38 0.48
Hex AA 4D 73 0 37 20 21 14F 26 30
Octal 252 115 163 0 67 40 41 517 46 60
Binary 10101010 1001101 1110011 0 110111 100000 100001 101001111 100110 110000

Color Harmonies of #AA4D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4D73

Black with #AA4D73

Text Example


Text Example

White with #AA4D73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4D73; }

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

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

background-color css

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

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

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

border-color css

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

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

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