#AA3561

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

Shades of Rouge #AA3561

Tints of Rouge #AA3561

Color information

#AA3561 (or 0xAA3561) is unknown color: approx Rouge. HEX triplet: AA, 35 and 61. RGB value is (170,53,97). Sum of RGB (Red+Green+Blue) = 170+53+97=320 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.12% from 320); Green value is 53 (21.09% from 255 or 16.56% from 320); Blue value is 97 (38.28% from 255 or 30.31% from 320); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3561 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3561 is #55CA9E. Grayscale: #5C5C5C. Windows color (decimal): -5622431 or 6370730. OLE color: 6370730.

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

Color convert

RGB1705397-
CMYK00.690.430.33
HSL337.44º52.47%43.73%-
HSV(B)337.44º68.82%66.67%-
XYZ20.0111.9612.56-
YUV93130.26182.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 53.12%
GREEN value IS 53 (21.09% from 255) = 16.56%
BLUE value IS 97 (38.28% from 255) = 30.31%
R=53.12%
G=16.56%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170539700.690.430.33337.4452.4743.73
HexAA35610452B21151342c
Octal25265141010553415216454
Binary10101010110101110000101000101101011100001101010001110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3561; }

 p { color: rgb(170,53,97); }

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

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

 a { background-color: rgb(170,53,97); }

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

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

 span { border-color: rgb(170,53,97); }

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