#AA446B

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

Shades of Rouge #AA446B

Tints of Rouge #AA446B

Color information

#AA446B (or 0xAA446B) is unknown color: approx Rouge. HEX triplet: AA, 44 and 6B. RGB value is (170,68,107). Sum of RGB (Red+Green+Blue) = 170+68+107=345 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.28% from 345); Green value is 68 (26.95% from 255 or 19.71% from 345); Blue value is 107 (42.19% from 255 or 31.01% from 345); Max value from RGB is 170 - color contains mainly: red. Hex color #AA446B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA446B is #55BB94. Grayscale: #666666. Windows color (decimal): -5618581 or 7029930. OLE color: 7029930.

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

Color convert

RGB17068107-
CMYK00.60.370.33
HSL337.06º42.86%46.67%-
HSV(B)337.06º60%66.67%-
XYZ21.313.7415.44-
YUV102.94130.29175.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.28%
GREEN value IS 68 (26.95% from 255) = 19.71%
BLUE value IS 107 (42.19% from 255) = 31.01%
R=49.28%
G=19.71%
B=31.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1706810700.60.370.33337.0642.8646.67
HexAA446B03C25211512b2f
Octal25210415307445415215357
Binary10101010100010011010110111100100101100001101010001101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA446B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA446B; }

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

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

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

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

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

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

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

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