#AA346B

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

Shades of Rouge #AA346B

Tints of Rouge #AA346B

Color information

#AA346B (or 0xAA346B) is unknown color: approx Rouge. HEX triplet: AA, 34 and 6B. RGB value is (170,52,107). Sum of RGB (Red+Green+Blue) = 170+52+107=329 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.67% from 329); Green value is 52 (20.70% from 255 or 15.81% from 329); Blue value is 107 (42.19% from 255 or 32.52% from 329); Max value from RGB is 170 - color contains mainly: red. Hex color #AA346B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA346B is #55CB94. Grayscale: #5D5D5D. Windows color (decimal): -5622677 or 7025834. OLE color: 7025834.

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

Color convert

RGB17052107-
CMYK00.690.370.33
HSL332.03º53.15%43.53%-
HSV(B)332.03º69.41%66.67%-
XYZ20.4612.0615.16-
YUV93.55135.59182.53-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.67%
GREEN value IS 52 (20.70% from 255) = 15.81%
BLUE value IS 107 (42.19% from 255) = 32.52%
R=51.67%
G=15.81%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705210700.690.370.33332.0353.1543.53
HexAA346B045252114c352c
Octal25264153010545415146554
Binary10101010110100110101101000101100101100001101001100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA346B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA346B; }

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

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

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

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

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

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

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

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