#AA3B66

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

Shades of Rouge #AA3B66

Tints of Rouge #AA3B66

Color information

#AA3B66 (or 0xAA3B66) is unknown color: approx Rouge. HEX triplet: AA, 3B and 66. RGB value is (170,59,102). Sum of RGB (Red+Green+Blue) = 170+59+102=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 59 (23.44% from 255 or 17.82% from 331); Blue value is 102 (40.23% from 255 or 30.82% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3B66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3B66 is #55C499. Grayscale: #616161. Windows color (decimal): -5620890 or 6699946. OLE color: 6699946.

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

Color convert

RGB17059102-
CMYK00.650.40.33
HSL336.76º48.47%44.9%-
HSV(B)336.76º65.29%66.67%-
XYZ20.5412.6313.93-
YUV97.09130.77180-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.36%
GREEN value IS 59 (23.44% from 255) = 17.82%
BLUE value IS 102 (40.23% from 255) = 30.82%
R=51.36%
G=17.82%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.4
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705910200.650.40.33336.7648.4744.9
HexAA3B660412821151302d
Octal25273146010150415216055
Binary10101010111011110011001000001101000100001101010001110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3B66; }

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

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

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

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

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

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

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

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