#AA446E

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

Shades of Rouge #AA446E

Tints of Rouge #AA446E

Color information

#AA446E (or 0xAA446E) is unknown color: approx Rouge. HEX triplet: AA, 44 and 6E. RGB value is (170,68,110). Sum of RGB (Red+Green+Blue) = 170+68+110=348 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.85% from 348); Green value is 68 (26.95% from 255 or 19.54% from 348); Blue value is 110 (43.36% from 255 or 31.61% from 348); Max value from RGB is 170 - color contains mainly: red. Hex color #AA446E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA446E is #55BB91. Grayscale: #676767. Windows color (decimal): -5618578 or 7226538. OLE color: 7226538.

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

Color convert

RGB17068110-
CMYK00.60.350.33
HSL335.29º42.86%46.67%-
HSV(B)335.29º60%66.67%-
XYZ21.4613.8116.29-
YUV103.29131.79175.58-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.85%
GREEN value IS 68 (26.95% from 255) = 19.54%
BLUE value IS 110 (43.36% from 255) = 31.61%
R=48.85%
G=19.54%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1706811000.60.350.33335.2942.8646.67
HexAA446E03C232114f2b2f
Octal25210415607443415175357
Binary10101010100010011011100111100100011100001101001111101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA446E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA446E; }

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

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

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

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

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

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

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

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