Html Css Color HEX #AA3773 Rouge

📋 copy color: '#AA3773'

red 170 ◦ green 55 ◦ blue 115

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

Shades of Rouge #AA3773

Tints of Rouge #AA3773

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 33.82%

R = 50%
G = 16.18%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AA3773 (or 0xAA3773) is known color: Rouge. HEX triplet: AA, 37 and 73. RGB value is (170,55,115). Sum of RGB (Red+Green+Blue) = 170+55+115=340 (45% of max value = 765). Red value is 170 (66.80% from 255 or 50% from 340); Green value is 55 (21.88% from 255 or 16.18% from 340); Blue value is 115 (45.31% from 255 or 33.82% from 340); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3773 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3773 is #55C88C. Grayscale: #606060. Windows color (decimal): -5621901 or 7550890. OLE color: 7550890.

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

Color convert

RGB 170 55 115 -
CMYK 0 0.68 0.32 0.33
HSL 328.7º 0.51% 0.44% -
HSV(B) 328.7º 0.68% 0.67% -
XYZ 21.04 12.52 17.53 -
YUV 96.23 138.6 180.62 -
System Red Green Blue C M Y K H S L
Decimal 170 55 115 0 0.68 0.32 0.33 328.7 0.51 0.44
Hex AA 37 73 0 44 20 21 149 33 2C
Octal 252 67 163 0 104 40 41 511 63 54
Binary 10101010 110111 1110011 0 1000100 100000 100001 101001001 110011 101100

Color Harmonies of #AA3773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3773

Black with #AA3773

Text Example


Text Example

White with #AA3773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3773; }

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

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

background-color css

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

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

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

border-color css

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

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

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