#AA3665

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

Shades of Rouge #AA3665

Tints of Rouge #AA3665

Color information

#AA3665 (or 0xAA3665) is unknown color: approx Rouge. HEX triplet: AA, 36 and 65. RGB value is (170,54,101). Sum of RGB (Red+Green+Blue) = 170+54+101=325 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.31% from 325); Green value is 54 (21.48% from 255 or 16.62% from 325); Blue value is 101 (39.84% from 255 or 31.08% from 325); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3665 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3665 is #55C99A. Grayscale: #5D5D5D. Windows color (decimal): -5622171 or 6633130. OLE color: 6633130.

HSL color Cylindrical-coordinate representation of color #AA3665: hue angle of 335.69º degrees, saturation: 0.52, 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 #AA3665 is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB17054101-
CMYK00.680.410.33
HSL335.69º51.79%43.92%-
HSV(B)335.69º68.24%66.67%-
XYZ20.2512.1213.59-
YUV94.04131.93182.18-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 52.31%
GREEN value IS 54 (21.48% from 255) = 16.62%
BLUE value IS 101 (39.84% from 255) = 31.08%
R=52.31%
G=16.62%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705410100.680.410.33335.6951.7943.92
HexAA36650442921150342c
Octal25266145010451415206454
Binary10101010110110110010101000100101001100001101010000110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3665; }

 p { color: rgb(170,54,101); }

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

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

 a { background-color: rgb(170,54,101); }

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

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

 span { border-color: rgb(170,54,101); }

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