Html Css Color HEX #AA3971 Rouge

📋 copy color: '#AA3971'

red 170 ◦ green 57 ◦ blue 113

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

Shades of Rouge #AA3971

Tints of Rouge #AA3971

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.76%

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

R = 50%
G = 16.76%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AA3971 (or 0xAA3971) is known color: Rouge. HEX triplet: AA, 39 and 71. RGB value is (170,57,113). Sum of RGB (Red+Green+Blue) = 170+57+113=340 (45% of max value = 765). Red value is 170 (66.80% from 255 or 50% from 340); Green value is 57 (22.66% from 255 or 16.76% from 340); Blue value is 113 (44.53% from 255 or 33.24% from 340); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3971 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3971 is #55C68E. Grayscale: #616161. Windows color (decimal): -5621391 or 7420330. OLE color: 7420330.

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

Color convert

RGB 170 57 113 -
CMYK 0 0.66 0.34 0.33
HSL 330.27º 0.5% 0.45% -
HSV(B) 330.27º 0.66% 0.67% -
XYZ 21.02 12.66 16.96 -
YUV 97.17 136.94 179.95 -
System Red Green Blue C M Y K H S L
Decimal 170 57 113 0 0.66 0.34 0.33 330.27 0.5 0.45
Hex AA 39 71 0 42 22 21 14A 32 2D
Octal 252 71 161 0 102 42 41 512 62 55
Binary 10101010 111001 1110001 0 1000010 100010 100001 101001010 110010 101101

Color Harmonies of #AA3971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA3971

Black with #AA3971

Text Example


Text Example

White with #AA3971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA3971; }

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

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

background-color css

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

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

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

border-color css

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

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

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