Html Css Color HEX #AA3771 Rouge

📋 copy color: '#AA3771'

red 170 ◦ green 55 ◦ blue 113

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

Shades of Rouge #AA3771

Tints of Rouge #AA3771

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.27%

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

R = 50.3%
G = 16.27%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AA3771 (or 0xAA3771) is known color: Rouge. HEX triplet: AA, 37 and 71. RGB value is (170,55,113). Sum of RGB (Red+Green+Blue) = 170+55+113=338 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.30% from 338); Green value is 55 (21.88% from 255 or 16.27% from 338); Blue value is 113 (44.53% from 255 or 33.43% from 338); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3771 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3771 is #55C88E. Grayscale: #5F5F5F. Windows color (decimal): -5621903 or 7419818. OLE color: 7419818.

HSL color Cylindrical-coordinate representation of color #AA3771: hue angle of 329.74º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AA3771 is Cyan = 0, Magento = 0.68, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 55 113 -
CMYK 0 0.68 0.34 0.33
HSL 329.74º 0.51% 0.44% -
HSV(B) 329.74º 0.68% 0.67% -
XYZ 20.92 12.47 16.93 -
YUV 96 137.6 180.78 -
System Red Green Blue C M Y K H S L
Decimal 170 55 113 0 0.68 0.34 0.33 329.74 0.51 0.44
Hex AA 37 71 0 44 22 21 14A 33 2C
Octal 252 67 161 0 104 42 41 512 63 54
Binary 10101010 110111 1110001 0 1000100 100010 100001 101001010 110011 101100

Color Harmonies of #AA3771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3771

Black with #AA3771

Text Example


Text Example

White with #AA3771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3771; }

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

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

background-color css

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

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

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

border-color css

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

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

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