#AA496A

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

Shades of Rouge #AA496A

Tints of Rouge #AA496A

Color information

#AA496A (or 0xAA496A) is unknown color: approx Rouge. HEX triplet: AA, 49 and 6A. RGB value is (170,73,106). Sum of RGB (Red+Green+Blue) = 170+73+106=349 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.71% from 349); Green value is 73 (28.91% from 255 or 20.92% from 349); Blue value is 106 (41.80% from 255 or 30.37% from 349); Max value from RGB is 170 - color contains mainly: red. Hex color #AA496A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA496A is #55B695. Grayscale: #696969. Windows color (decimal): -5617302 or 6965674. OLE color: 6965674.

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

Color convert

RGB17073106-
CMYK00.570.380.33
HSL339.59º39.92%47.65%-
HSV(B)339.59º57.06%66.67%-
XYZ21.5614.3515.27-
YUV105.76128.14173.82-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.71%
GREEN value IS 73 (28.91% from 255) = 20.92%
BLUE value IS 106 (41.80% from 255) = 30.37%
R=48.71%
G=20.92%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1707310600.570.380.33339.5939.9247.65
HexAA496A03926211542830
Octal25211115207146415245060
Binary10101010100100111010100111001100110100001101010100101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA496A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA496A; }

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

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

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

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

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

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

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

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