#AA366E

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

Shades of Rouge #AA366E

Tints of Rouge #AA366E

Color information

#AA366E (or 0xAA366E) is unknown color: approx Rouge. HEX triplet: AA, 36 and 6E. RGB value is (170,54,110). Sum of RGB (Red+Green+Blue) = 170+54+110=334 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.90% from 334); Green value is 54 (21.48% from 255 or 16.17% from 334); Blue value is 110 (43.36% from 255 or 32.93% from 334); Max value from RGB is 170 - color contains mainly: red. Hex color #AA366E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA366E is #55C991. Grayscale: #5E5E5E. Windows color (decimal): -5622162 or 7222954. OLE color: 7222954.

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

Color convert

RGB17054110-
CMYK00.680.350.33
HSL331.03º51.79%43.92%-
HSV(B)331.03º68.24%66.67%-
XYZ20.7112.3116.04-
YUV95.07136.43181.45-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.90%
GREEN value IS 54 (21.48% from 255) = 16.17%
BLUE value IS 110 (43.36% from 255) = 32.93%
R=50.90%
G=16.17%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705411000.680.350.33331.0351.7943.92
HexAA366E044232114b342c
Octal25266156010443415136454
Binary10101010110110110111001000100100011100001101001011110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA366E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA366E; }

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

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

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

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

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

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

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

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