#AA3766

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

Shades of Rouge #AA3766

Tints of Rouge #AA3766

Color information

#AA3766 (or 0xAA3766) is unknown color: approx Rouge. HEX triplet: AA, 37 and 66. RGB value is (170,55,102). Sum of RGB (Red+Green+Blue) = 170+55+102=327 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.99% from 327); Green value is 55 (21.88% from 255 or 16.82% from 327); Blue value is 102 (40.23% from 255 or 31.19% from 327); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3766 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3766 is #55C899. Grayscale: #5E5E5E. Windows color (decimal): -5621914 or 6698922. OLE color: 6698922.

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

Color convert

RGB17055102-
CMYK00.680.40.33
HSL335.48º51.11%44.12%-
HSV(B)335.48º67.65%66.67%-
XYZ20.3412.2413.86-
YUV94.74132.1181.68-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.99%
GREEN value IS 55 (21.88% from 255) = 16.82%
BLUE value IS 102 (40.23% from 255) = 31.19%
R=51.99%
G=16.82%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.4
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705510200.680.40.33335.4851.1144.12
HexAA3766044282114f332c
Octal25267146010450415176354
Binary10101010110111110011001000100101000100001101001111110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3766; }

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

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

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

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

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

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

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

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