#AA3066

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

Shades of Rouge #AA3066

Tints of Rouge #AA3066

Color information

#AA3066 (or 0xAA3066) is unknown color: approx Rouge. HEX triplet: AA, 30 and 66. RGB value is (170,48,102). Sum of RGB (Red+Green+Blue) = 170+48+102=320 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.12% from 320); Green value is 48 (19.14% from 255 or 15% from 320); Blue value is 102 (40.23% from 255 or 31.88% from 320); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3066 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3066 is #55CF99. Grayscale: #5A5A5A. Windows color (decimal): -5623706 or 6697130. OLE color: 6697130.

HSL color Cylindrical-coordinate representation of color #AA3066: hue angle of 333.44º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA3066 is Cyan = 0, Magento = 0.72, Yellow = 0.4 and Black (K on CMYK) = 0.33.

Color convert

RGB17048102-
CMYK00.720.40.33
HSL333.44º55.96%42.75%-
HSV(B)333.44º71.76%66.67%-
XYZ20.0311.6213.76-
YUV90.63134.42184.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 53.12%
GREEN value IS 48 (19.14% from 255) = 15%
BLUE value IS 102 (40.23% from 255) = 31.88%
R=53.12%
G=15%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.4
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1704810200.720.40.33333.4455.9642.75
HexAA3066048282114d382b
Octal25260146011050415157053
Binary10101010110000110011001001000101000100001101001101111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3066; }

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

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

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

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

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

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

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

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