Html Css Color HEX #AA4076 Royal Heath

📋 copy color: '#AA4076'

red 170 ◦ green 64 ◦ blue 118

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

Shades of Royal Heath #AA4076

Tints of Royal Heath #AA4076

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.18%

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

R = 48.3%
G = 18.18%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#AA4076 (or 0xAA4076) is known color: Royal Heath. HEX triplet: AA, 40 and 76. RGB value is (170,64,118). Sum of RGB (Red+Green+Blue) = 170+64+118=352 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.30% from 352); Green value is 64 (25.39% from 255 or 18.18% from 352); Blue value is 118 (46.48% from 255 or 33.52% from 352); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4076 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA4076 is #55BF89. Grayscale: #656565. Windows color (decimal): -5619594 or 7749802. OLE color: 7749802.

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

Color convert

RGB 170 64 118 -
CMYK 0 0.62 0.31 0.33
HSL 329.43º 0.45% 0.46% -
HSV(B) 329.43º 0.62% 0.67% -
XYZ 21.68 13.52 18.61 -
YUV 101.85 137.12 176.61 -
System Red Green Blue C M Y K H S L
Decimal 170 64 118 0 0.62 0.31 0.33 329.43 0.45 0.46
Hex AA 40 76 0 3E 1F 21 149 2D 2E
Octal 252 100 166 0 76 37 41 511 55 56
Binary 10101010 1000000 1110110 0 111110 11111 100001 101001001 101101 101110

Color Harmonies of #AA4076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4076

Black with #AA4076

Text Example


Text Example

White with #AA4076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4076; }

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

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

background-color css

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

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

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

border-color css

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

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

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