Html Css Color HEX #AA3772 Rouge

📋 copy color: '#AA3772'

red 170 ◦ green 55 ◦ blue 114

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

Shades of Rouge #AA3772

Tints of Rouge #AA3772

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 33.63%

R = 50.15%
G = 16.22%
B = 33.63%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AA3772 (or 0xAA3772) is known color: Rouge. HEX triplet: AA, 37 and 72. RGB value is (170,55,114). Sum of RGB (Red+Green+Blue) = 170+55+114=339 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.15% from 339); Green value is 55 (21.88% from 255 or 16.22% from 339); Blue value is 114 (44.92% from 255 or 33.63% from 339); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3772 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3772 is #55C88D. Grayscale: #5F5F5F. Windows color (decimal): -5621902 or 7485354. OLE color: 7485354.

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

Color convert

RGB 170 55 114 -
CMYK 0 0.68 0.33 0.33
HSL 329.22º 0.51% 0.44% -
HSV(B) 329.22º 0.68% 0.67% -
XYZ 20.98 12.49 17.23 -
YUV 96.11 138.1 180.7 -
System Red Green Blue C M Y K H S L
Decimal 170 55 114 0 0.68 0.33 0.33 329.22 0.51 0.44
Hex AA 37 72 0 44 21 21 149 33 2C
Octal 252 67 162 0 104 41 41 511 63 54
Binary 10101010 110111 1110010 0 1000100 100001 100001 101001001 110011 101100

Color Harmonies of #AA3772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3772

Black with #AA3772

Text Example


Text Example

White with #AA3772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3772; }

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

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

background-color css

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

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

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

border-color css

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

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

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