#AA3C71

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

Shades of Rouge #AA3C71

Tints of Rouge #AA3C71

Color information

#AA3C71 (or 0xAA3C71) is unknown color: approx Rouge. HEX triplet: AA, 3C and 71. RGB value is (170,60,113). Sum of RGB (Red+Green+Blue) = 170+60+113=343 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.56% from 343); Green value is 60 (23.83% from 255 or 17.49% from 343); Blue value is 113 (44.53% from 255 or 32.94% from 343); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3C71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3C71 is #55C38E. Grayscale: #626262. Windows color (decimal): -5620623 or 7421098. OLE color: 7421098.

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

Color convert

RGB17060113-
CMYK00.650.340.33
HSL331.09º47.83%45.1%-
HSV(B)331.09º64.71%66.67%-
XYZ21.1712.9717.01-
YUV98.93135.94178.69-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.56%
GREEN value IS 60 (23.83% from 255) = 17.49%
BLUE value IS 113 (44.53% from 255) = 32.94%
R=49.56%
G=17.49%
B=32.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1706011300.650.340.33331.0947.8345.1
HexAA3C71041222114b302d
Octal25274161010142415136055
Binary10101010111100111000101000001100010100001101001011110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3C71; }

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

 H1.HeaderClassName
 {
   color: #AA3C71;
 }
 .AnyTagClassName
 {
   color: #AA3C71;
 }
</style>
background-color css

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

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

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

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

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

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