#AA3064

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

Shades of Rouge #AA3064

Tints of Rouge #AA3064

Color information

#AA3064 (or 0xAA3064) is unknown color: approx Rouge. HEX triplet: AA, 30 and 64. RGB value is (170,48,100). Sum of RGB (Red+Green+Blue) = 170+48+100=318 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.46% from 318); Green value is 48 (19.14% from 255 or 15.09% from 318); Blue value is 100 (39.45% from 255 or 31.45% from 318); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3064 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3064 is #55CF9B. Grayscale: #5A5A5A. Windows color (decimal): -5623708 or 6566058. OLE color: 6566058.

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

Color convert

RGB17048100-
CMYK00.720.410.33
HSL334.43º55.96%42.75%-
HSV(B)334.43º71.76%66.67%-
XYZ19.9311.5813.24-
YUV90.41133.42184.77-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 53.46%
GREEN value IS 48 (19.14% from 255) = 15.09%
BLUE value IS 100 (39.45% from 255) = 31.45%
R=53.46%
G=15.09%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1704810000.720.410.33334.4355.9642.75
HexAA3064048292114e382b
Octal25260144011051415167053
Binary10101010110000110010001001000101001100001101001110111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3064; }

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

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

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

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

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

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

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

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