Html Css Color HEX #AA3671 Rouge

📋 copy color: '#AA3671'

red 170 ◦ green 54 ◦ blue 113

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

Shades of Rouge #AA3671

Tints of Rouge #AA3671

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.02%

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

R = 50.45%
G = 16.02%
B = 33.53%

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

#AA3671 (or 0xAA3671) is known color: Rouge. HEX triplet: AA, 36 and 71. RGB value is (170,54,113). Sum of RGB (Red+Green+Blue) = 170+54+113=337 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.45% from 337); Green value is 54 (21.48% from 255 or 16.02% from 337); Blue value is 113 (44.53% from 255 or 33.53% from 337); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3671 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3671 is #55C98E. Grayscale: #5F5F5F. Windows color (decimal): -5622159 or 7419562. OLE color: 7419562.

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

Color convert

RGB 170 54 113 -
CMYK 0 0.68 0.34 0.33
HSL 329.48º 0.52% 0.44% -
HSV(B) 329.48º 0.68% 0.67% -
XYZ 20.88 12.38 16.91 -
YUV 95.41 137.93 181.2 -
System Red Green Blue C M Y K H S L
Decimal 170 54 113 0 0.68 0.34 0.33 329.48 0.52 0.44
Hex AA 36 71 0 44 22 21 149 34 2C
Octal 252 66 161 0 104 42 41 511 64 54
Binary 10101010 110110 1110001 0 1000100 100010 100001 101001001 110100 101100

Color Harmonies of #AA3671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3671

Black with #AA3671

Text Example


Text Example

White with #AA3671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3671; }

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

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

background-color css

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

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

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

border-color css

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

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

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