#AA3664

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

Shades of Rouge #AA3664

Tints of Rouge #AA3664

Color information

#AA3664 (or 0xAA3664) is unknown color: approx Rouge. HEX triplet: AA, 36 and 64. RGB value is (170,54,100). Sum of RGB (Red+Green+Blue) = 170+54+100=324 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.47% from 324); Green value is 54 (21.48% from 255 or 16.67% from 324); Blue value is 100 (39.45% from 255 or 30.86% from 324); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3664 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3664 is #55C99B. Grayscale: #5D5D5D. Windows color (decimal): -5622172 or 6567594. OLE color: 6567594.

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

Color convert

RGB17054100-
CMYK00.680.410.33
HSL336.21º51.79%43.92%-
HSV(B)336.21º68.24%66.67%-
XYZ20.212.113.33-
YUV93.93131.43182.26-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 52.47%
GREEN value IS 54 (21.48% from 255) = 16.67%
BLUE value IS 100 (39.45% from 255) = 30.86%
R=52.47%
G=16.67%
B=30.86%

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
Decimal1705410000.680.410.33336.2151.7943.92
HexAA36640442921150342c
Octal25266144010451415206454
Binary10101010110110110010001000100101001100001101010000110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3664; }

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

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

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

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

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

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

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

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