#AA3B60

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

Shades of Rouge #AA3B60

Tints of Rouge #AA3B60

Color information

#AA3B60 (or 0xAA3B60) is unknown color: approx Rouge. HEX triplet: AA, 3B and 60. RGB value is (170,59,96). Sum of RGB (Red+Green+Blue) = 170+59+96=325 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.31% from 325); Green value is 59 (23.44% from 255 or 18.15% from 325); Blue value is 96 (37.89% from 255 or 29.54% from 325); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3B60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3B60 is #55C49F. Grayscale: #606060. Windows color (decimal): -5620896 or 6306730. OLE color: 6306730.

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

Color convert

RGB1705996-
CMYK00.650.440.33
HSL340º48.47%44.9%-
HSV(B)340º65.29%66.67%-
XYZ20.2512.5212.42-
YUV96.41127.77180.49-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 52.31%
GREEN value IS 59 (23.44% from 255) = 18.15%
BLUE value IS 96 (37.89% from 255) = 29.54%
R=52.31%
G=18.15%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.44
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170599600.650.440.3334048.4744.9
HexAA3B600412C21154302d
Octal25273140010154415246055
Binary10101010111011110000001000001101100100001101010100110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3B60; }

 p { color: rgb(170,59,96); }

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

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

 a { background-color: rgb(170,59,96); }

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

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

 span { border-color: rgb(170,59,96); }

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