#AA3669

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

Shades of Rouge #AA3669

Tints of Rouge #AA3669

Color information

#AA3669 (or 0xAA3669) is unknown color: approx Rouge. HEX triplet: AA, 36 and 69. RGB value is (170,54,105). Sum of RGB (Red+Green+Blue) = 170+54+105=329 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.67% from 329); Green value is 54 (21.48% from 255 or 16.41% from 329); Blue value is 105 (41.41% from 255 or 31.91% from 329); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3669 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3669 is #55C996. Grayscale: #5E5E5E. Windows color (decimal): -5622167 or 6895274. OLE color: 6895274.

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

Color convert

RGB17054105-
CMYK00.680.380.33
HSL333.62º51.79%43.92%-
HSV(B)333.62º68.24%66.67%-
XYZ20.4512.214.64-
YUV94.5133.93181.85-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.67%
GREEN value IS 54 (21.48% from 255) = 16.41%
BLUE value IS 105 (41.41% from 255) = 31.91%
R=51.67%
G=16.41%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705410500.680.380.33333.6251.7943.92
HexAA3669044262114e342c
Octal25266151010446415166454
Binary10101010110110110100101000100100110100001101001110110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3669; }

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

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

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

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

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

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

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

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