#AA446A

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

Shades of Rouge #AA446A

Tints of Rouge #AA446A

Color information

#AA446A (or 0xAA446A) is unknown color: approx Rouge. HEX triplet: AA, 44 and 6A. RGB value is (170,68,106). Sum of RGB (Red+Green+Blue) = 170+68+106=344 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.42% from 344); Green value is 68 (26.95% from 255 or 19.77% from 344); Blue value is 106 (41.80% from 255 or 30.81% from 344); Max value from RGB is 170 - color contains mainly: red. Hex color #AA446A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA446A is #55BB95. Grayscale: #666666. Windows color (decimal): -5618582 or 6964394. OLE color: 6964394.

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

Color convert

RGB17068106-
CMYK00.60.380.33
HSL337.65º42.86%46.67%-
HSV(B)337.65º60%66.67%-
XYZ21.2513.7215.16-
YUV102.83129.79175.91-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.42%
GREEN value IS 68 (26.95% from 255) = 19.77%
BLUE value IS 106 (41.80% from 255) = 30.81%
R=49.42%
G=19.77%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1706810600.60.380.33337.6542.8646.67
HexAA446A03C26211522b2f
Octal25210415207446415225357
Binary10101010100010011010100111100100110100001101010010101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA446A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA446A; }

 p { color: rgb(170,68,106); }

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

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

 a { background-color: rgb(170,68,106); }

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

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

 span { border-color: rgb(170,68,106); }

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