Html Css Color HEX #AA5671 Royal Heath

📋 copy color: '#AA5671'

red 170 ◦ green 86 ◦ blue 113

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

Shades of Royal Heath #AA5671

Tints of Royal Heath #AA5671

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 30.62%

R = 46.07%
G = 23.31%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AA5671 (or 0xAA5671) is known color: Royal Heath. HEX triplet: AA, 56 and 71. RGB value is (170,86,113). Sum of RGB (Red+Green+Blue) = 170+86+113=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 86 (33.98% from 255 or 23.31% from 369); Blue value is 113 (44.53% from 255 or 30.62% from 369); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5671 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5671 is #55A98E. Grayscale: #727272. Windows color (decimal): -5613967 or 7427754. OLE color: 7427754.

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

Color convert

RGB 170 86 113 -
CMYK 0 0.49 0.34 0.33
HSL 340.71º 0.33% 0.5% -
HSV(B) 340.71º 0.49% 0.67% -
XYZ 22.89 16.39 17.58 -
YUV 114.19 127.33 167.8 -
System Red Green Blue C M Y K H S L
Decimal 170 86 113 0 0.49 0.34 0.33 340.71 0.33 0.5
Hex AA 56 71 0 31 22 21 155 21 32
Octal 252 126 161 0 61 42 41 525 41 62
Binary 10101010 1010110 1110001 0 110001 100010 100001 101010101 100001 110010

Color Harmonies of #AA5671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5671

Black with #AA5671

Text Example


Text Example

White with #AA5671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5671; }

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

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

background-color css

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

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

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

border-color css

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

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

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