Html Css Color HEX #AA4A76 Royal Heath

📋 copy color: '#AA4A76'

red 170 ◦ green 74 ◦ blue 118

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

Shades of Royal Heath #AA4A76

Tints of Royal Heath #AA4A76

RGB

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

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

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

R = 46.96%
G = 20.44%
B = 32.6%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AA4A76 (or 0xAA4A76) is known color: Royal Heath. HEX triplet: AA, 4A and 76. RGB value is (170,74,118). Sum of RGB (Red+Green+Blue) = 170+74+118=362 (47% of max value = 765). Red value is 170 (66.80% from 255 or 46.96% from 362); Green value is 74 (29.30% from 255 or 20.44% from 362); Blue value is 118 (46.48% from 255 or 32.60% from 362); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4A76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4A76 is #55B589. Grayscale: #6B6B6B. Windows color (decimal): -5617034 or 7752362. OLE color: 7752362.

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

Color convert

RGB 170 74 118 -
CMYK 0 0.56 0.31 0.33
HSL 332.5º 0.39% 0.48% -
HSV(B) 332.5º 0.56% 0.67% -
XYZ 22.3 14.75 18.81 -
YUV 107.72 133.8 172.42 -
System Red Green Blue C M Y K H S L
Decimal 170 74 118 0 0.56 0.31 0.33 332.5 0.39 0.48
Hex AA 4A 76 0 38 1F 21 14C 27 30
Octal 252 112 166 0 70 37 41 514 47 60
Binary 10101010 1001010 1110110 0 111000 11111 100001 101001100 100111 110000

Color Harmonies of #AA4A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4A76

Black with #AA4A76

Text Example


Text Example

White with #AA4A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4A76; }

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

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

background-color css

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

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

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

border-color css

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

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

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