#AA346A

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

Shades of Rouge #AA346A

Tints of Rouge #AA346A

Color information

#AA346A (or 0xAA346A) is unknown color: approx Rouge. HEX triplet: AA, 34 and 6A. RGB value is (170,52,106). Sum of RGB (Red+Green+Blue) = 170+52+106=328 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.83% from 328); Green value is 52 (20.70% from 255 or 15.85% from 328); Blue value is 106 (41.80% from 255 or 32.32% from 328); Max value from RGB is 170 - color contains mainly: red. Hex color #AA346A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA346A is #55CB95. Grayscale: #5D5D5D. Windows color (decimal): -5622678 or 6960298. OLE color: 6960298.

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

Color convert

RGB17052106-
CMYK00.690.380.33
HSL332.54º53.15%43.53%-
HSV(B)332.54º69.41%66.67%-
XYZ20.4112.0414.88-
YUV93.44135.09182.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.83%
GREEN value IS 52 (20.70% from 255) = 15.85%
BLUE value IS 106 (41.80% from 255) = 32.32%
R=51.83%
G=15.85%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705210600.690.380.33332.5453.1543.53
HexAA346A045262114d352c
Octal25264152010546415156554
Binary10101010110100110101001000101100110100001101001101110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA346A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA346A; }

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

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

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

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

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

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

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

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