#AA3A6F

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

Shades of Rouge #AA3A6F

Tints of Rouge #AA3A6F

Color information

#AA3A6F (or 0xAA3A6F) is unknown color: approx Rouge. HEX triplet: AA, 3A and 6F. RGB value is (170,58,111). Sum of RGB (Red+Green+Blue) = 170+58+111=339 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.15% from 339); Green value is 58 (23.05% from 255 or 17.11% from 339); Blue value is 111 (43.75% from 255 or 32.74% from 339); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3A6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3A6F is #55C590. Grayscale: #616161. Windows color (decimal): -5621137 or 7289514. OLE color: 7289514.

HSL color Cylindrical-coordinate representation of color #AA3A6F: hue angle of 331.61º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA3A6F is Cyan = 0, Magento = 0.66, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB17058111-
CMYK00.660.350.33
HSL331.61º49.12%44.71%-
HSV(B)331.61º65.88%66.67%-
XYZ20.9612.7216.39-
YUV97.53135.61179.69-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.15%
GREEN value IS 58 (23.05% from 255) = 17.11%
BLUE value IS 111 (43.75% from 255) = 32.74%
R=50.15%
G=17.11%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705811100.660.350.33331.6149.1244.71
HexAA3A6F042232114c312d
Octal25272157010243415146155
Binary10101010111010110111101000010100011100001101001100110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3A6F; }

 p { color: rgb(170,58,111); }

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

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

 a { background-color: rgb(170,58,111); }

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

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

 span { border-color: rgb(170,58,111); }

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