#AA3B6E

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

Shades of Rouge #AA3B6E

Tints of Rouge #AA3B6E

Color information

#AA3B6E (or 0xAA3B6E) is unknown color: approx Rouge. HEX triplet: AA, 3B and 6E. RGB value is (170,59,110). Sum of RGB (Red+Green+Blue) = 170+59+110=339 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.15% from 339); Green value is 59 (23.44% from 255 or 17.40% from 339); Blue value is 110 (43.36% from 255 or 32.45% from 339); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3B6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3B6E is #55C491. Grayscale: #616161. Windows color (decimal): -5620882 or 7224234. OLE color: 7224234.

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

Color convert

RGB17059110-
CMYK00.650.350.33
HSL332.43º48.47%44.9%-
HSV(B)332.43º65.29%66.67%-
XYZ20.9612.816.12-
YUV98134.77179.35-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.15%
GREEN value IS 59 (23.44% from 255) = 17.40%
BLUE value IS 110 (43.36% from 255) = 32.45%
R=50.15%
G=17.40%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705911000.650.350.33332.4348.4744.9
HexAA3B6E041232114c302d
Octal25273156010143415146055
Binary10101010111011110111001000001100011100001101001100110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3B6E; }

 p { color: rgb(170,59,110); }

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

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

 a { background-color: rgb(170,59,110); }

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

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

 span { border-color: rgb(170,59,110); }

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