#AA3671

Color #AA3671 Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rouge #AA3671

Tints of Rouge #AA3671

Color information

#AA3671 (or 0xAA3671) is unknown color: approx 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

RGB17054113-
CMYK00.680.340.33
HSL329.48º51.79%43.92%-
HSV(B)329.48º68.24%66.67%-
XYZ20.8812.3816.91-
YUV95.41137.93181.2-

RGB Variations

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

RGB

RED value IS 170 (66.80% 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 (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705411300.680.340.33329.4851.7943.92
HexAA36710442221149342c
Octal25266161010442415116454
Binary10101010110110111000101000100100010100001101001001110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>