#AA446D

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

Shades of Rouge #AA446D

Tints of Rouge #AA446D

Color information

#AA446D (or 0xAA446D) is unknown color: approx Rouge. HEX triplet: AA, 44 and 6D. RGB value is (170,68,109). Sum of RGB (Red+Green+Blue) = 170+68+109=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 68 (26.95% from 255 or 19.60% from 347); Blue value is 109 (42.97% from 255 or 31.41% from 347); Max value from RGB is 170 - color contains mainly: red. Hex color #AA446D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA446D is #55BB92. Grayscale: #676767. Windows color (decimal): -5618579 or 7161002. OLE color: 7161002.

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

Color convert

RGB17068109-
CMYK00.60.360.33
HSL335.88º42.86%46.67%-
HSV(B)335.88º60%66.67%-
XYZ21.4113.7816-
YUV103.17131.29175.67-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.99%
GREEN value IS 68 (26.95% from 255) = 19.60%
BLUE value IS 109 (42.97% from 255) = 31.41%
R=48.99%
G=19.60%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1706810900.60.360.33335.8842.8646.67
HexAA446D03C24211502b2f
Octal25210415507444415205357
Binary10101010100010011011010111100100100100001101010000101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA446D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA446D; }

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

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

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

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

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

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

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

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