#AA3A64

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

Shades of Rouge #AA3A64

Tints of Rouge #AA3A64

Color information

#AA3A64 (or 0xAA3A64) is unknown color: approx Rouge. HEX triplet: AA, 3A and 64. RGB value is (170,58,100). Sum of RGB (Red+Green+Blue) = 170+58+100=328 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.83% from 328); Green value is 58 (23.05% from 255 or 17.68% from 328); Blue value is 100 (39.45% from 255 or 30.49% from 328); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3A64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3A64 is #55C59B. Grayscale: #606060. Windows color (decimal): -5621148 or 6568618. OLE color: 6568618.

HSL color Cylindrical-coordinate representation of color #AA3A64: hue angle of 337.5º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA3A64 is Cyan = 0, Magento = 0.66, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB17058100-
CMYK00.660.410.33
HSL337.5º49.12%44.71%-
HSV(B)337.5º65.88%66.67%-
XYZ20.3912.4913.39-
YUV96.28130.11180.58-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.83%
GREEN value IS 58 (23.05% from 255) = 17.68%
BLUE value IS 100 (39.45% from 255) = 30.49%
R=51.83%
G=17.68%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705810000.660.410.33337.549.1244.71
HexAA3A640422921152312d
Octal25272144010251415226155
Binary10101010111010110010001000010101001100001101010010110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3A64; }

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

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

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

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

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

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

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

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