#AA366F

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

Shades of Rouge #AA366F

Tints of Rouge #AA366F

Color information

#AA366F (or 0xAA366F) is unknown color: approx Rouge. HEX triplet: AA, 36 and 6F. RGB value is (170,54,111). Sum of RGB (Red+Green+Blue) = 170+54+111=335 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.75% from 335); Green value is 54 (21.48% from 255 or 16.12% from 335); Blue value is 111 (43.75% from 255 or 33.13% from 335); Max value from RGB is 170 - color contains mainly: red. Hex color #AA366F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA366F is #55C990. Grayscale: #5F5F5F. Windows color (decimal): -5622161 or 7288490. OLE color: 7288490.

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

Color convert

RGB17054111-
CMYK00.680.350.33
HSL330.52º51.79%43.92%-
HSV(B)330.52º68.24%66.67%-
XYZ20.7712.3316.32-
YUV95.18136.93181.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.75%
GREEN value IS 54 (21.48% from 255) = 16.12%
BLUE value IS 111 (43.75% from 255) = 33.13%
R=50.75%
G=16.12%
B=33.13%

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
Decimal1705411100.680.350.33330.5251.7943.92
HexAA366F044232114b342c
Octal25266157010443415136454
Binary10101010110110110111101000100100011100001101001011110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA366F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA366F; }

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

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

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

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

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

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

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

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