Html Css Color HEX #AA4A73 Royal Heath

📋 copy color: '#AA4A73'

red 170 ◦ green 74 ◦ blue 115

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

Shades of Royal Heath #AA4A73

Tints of Royal Heath #AA4A73

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.61%

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

R = 47.35%
G = 20.61%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AA4A73 (or 0xAA4A73) is known color: Royal Heath. HEX triplet: AA, 4A and 73. RGB value is (170,74,115). Sum of RGB (Red+Green+Blue) = 170+74+115=359 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.35% from 359); Green value is 74 (29.30% from 255 or 20.61% from 359); Blue value is 115 (45.31% from 255 or 32.03% from 359); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4A73 is #55B58C. Grayscale: #6B6B6B. Windows color (decimal): -5617037 or 7555754. OLE color: 7555754.

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

Color convert

RGB 170 74 115 -
CMYK 0 0.56 0.32 0.33
HSL 334.38º 0.39% 0.48% -
HSV(B) 334.38º 0.56% 0.67% -
XYZ 22.12 14.68 17.89 -
YUV 107.38 132.3 172.67 -
System Red Green Blue C M Y K H S L
Decimal 170 74 115 0 0.56 0.32 0.33 334.38 0.39 0.48
Hex AA 4A 73 0 38 20 21 14E 27 30
Octal 252 112 163 0 70 40 41 516 47 60
Binary 10101010 1001010 1110011 0 111000 100000 100001 101001110 100111 110000

Color Harmonies of #AA4A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4A73

Black with #AA4A73

Text Example


Text Example

White with #AA4A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4A73; }

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

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

background-color css

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

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

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

border-color css

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

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

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