#AA3272

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

Shades of Rouge #AA3272

Tints of Rouge #AA3272

Color information

#AA3272 (or 0xAA3272) is unknown color: approx Rouge. HEX triplet: AA, 32 and 72. RGB value is (170,50,114). Sum of RGB (Red+Green+Blue) = 170+50+114=334 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.90% from 334); Green value is 50 (19.92% from 255 or 14.97% from 334); Blue value is 114 (44.92% from 255 or 34.13% from 334); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3272 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3272 is #55CD8D. Grayscale: #5D5D5D. Windows color (decimal): -5623182 or 7484074. OLE color: 7484074.

HSL color Cylindrical-coordinate representation of color #AA3272: hue angle of 328º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AA3272 is Cyan = 0, Magento = 0.71, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB17050114-
CMYK00.710.330.33
HSL328º54.55%43.14%-
HSV(B)328º70.59%66.67%-
XYZ20.7612.0417.15-
YUV93.18139.76182.8-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.90%
GREEN value IS 50 (19.92% from 255) = 14.97%
BLUE value IS 114 (44.92% from 255) = 34.13%
R=50.90%
G=14.97%
B=34.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705011400.710.330.3332854.5543.14
HexAA32720472121148372b
Octal25262162010741415106753
Binary10101010110010111001001000111100001100001101001000110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3272; }

 p { color: rgb(170,50,114); }

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

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

 a { background-color: rgb(170,50,114); }

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

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

 span { border-color: rgb(170,50,114); }

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