Html Css Color HEX #AA5674 Royal Heath

📋 copy color: '#AA5674'

red 170 ◦ green 86 ◦ blue 116

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

Shades of Royal Heath #AA5674

Tints of Royal Heath #AA5674

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.12%

 BLUE value IS 116 (45.7% from 255) = 31.18%

R = 45.7%
G = 23.12%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AA5674 (or 0xAA5674) is known color: Royal Heath. HEX triplet: AA, 56 and 74. RGB value is (170,86,116). Sum of RGB (Red+Green+Blue) = 170+86+116=372 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.70% from 372); Green value is 86 (33.98% from 255 or 23.12% from 372); Blue value is 116 (45.70% from 255 or 31.18% from 372); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5674 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5674 is #55A98B. Grayscale: #727272. Windows color (decimal): -5613964 or 7624362. OLE color: 7624362.

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

Color convert

RGB 170 86 116 -
CMYK 0 0.49 0.32 0.33
HSL 338.57º 0.33% 0.5% -
HSV(B) 338.57º 0.49% 0.67% -
XYZ 23.06 16.46 18.49 -
YUV 114.54 128.83 167.56 -
System Red Green Blue C M Y K H S L
Decimal 170 86 116 0 0.49 0.32 0.33 338.57 0.33 0.5
Hex AA 56 74 0 31 20 21 153 21 32
Octal 252 126 164 0 61 40 41 523 41 62
Binary 10101010 1010110 1110100 0 110001 100000 100001 101010011 100001 110010

Color Harmonies of #AA5674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5674

Black with #AA5674

Text Example


Text Example

White with #AA5674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5674; }

 p { color: rgb(170,86,116); }

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

background-color css

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

 a { background-color: rgb(170,86,116); }

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

border-color css

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

 span { border-color: rgb(170,86,116); }

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