#AA3461

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

Shades of Rouge #AA3461

Tints of Rouge #AA3461

Color information

#AA3461 (or 0xAA3461) is unknown color: approx Rouge. HEX triplet: AA, 34 and 61. RGB value is (170,52,97). Sum of RGB (Red+Green+Blue) = 170+52+97=319 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.29% from 319); Green value is 52 (20.70% from 255 or 16.30% from 319); Blue value is 97 (38.28% from 255 or 30.41% from 319); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3461 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3461 is #55CB9E. Grayscale: #5C5C5C. Windows color (decimal): -5622687 or 6370474. OLE color: 6370474.

HSL color Cylindrical-coordinate representation of color #AA3461: hue angle of 337.12º degrees, saturation: 0.53, 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 #AA3461 is Cyan = 0, Magento = 0.69, Yellow = 0.43 and Black (K on CMYK) = 0.33.

Color convert

RGB1705297-
CMYK00.690.430.33
HSL337.12º53.15%43.53%-
HSV(B)337.12º69.41%66.67%-
XYZ19.9611.8712.55-
YUV92.41130.59183.34-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 53.29%
GREEN value IS 52 (20.70% from 255) = 16.30%
BLUE value IS 97 (38.28% from 255) = 30.41%
R=53.29%
G=16.30%
B=30.41%

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
Decimal170529700.690.430.33337.1253.1543.53
HexAA34610452B21151352c
Octal25264141010553415216554
Binary10101010110100110000101000101101011100001101010001110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3461; }

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

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

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

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

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

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

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

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