#AA3A61

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

Shades of Rouge #AA3A61

Tints of Rouge #AA3A61

Color information

#AA3A61 (or 0xAA3A61) is unknown color: approx Rouge. HEX triplet: AA, 3A and 61. RGB value is (170,58,97). Sum of RGB (Red+Green+Blue) = 170+58+97=325 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.31% from 325); Green value is 58 (23.05% from 255 or 17.85% from 325); Blue value is 97 (38.28% from 255 or 29.85% from 325); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3A61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3A61 is #55C59E. Grayscale: #5F5F5F. Windows color (decimal): -5621151 or 6372010. OLE color: 6372010.

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

Color convert

RGB1705897-
CMYK00.660.430.33
HSL339.11º49.12%44.71%-
HSV(B)339.11º65.88%66.67%-
XYZ20.2512.4412.64-
YUV95.93128.61180.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 52.31%
GREEN value IS 58 (23.05% from 255) = 17.85%
BLUE value IS 97 (38.28% from 255) = 29.85%
R=52.31%
G=17.85%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170589700.660.430.33339.1149.1244.71
HexAA3A610422B21153312d
Octal25272141010253415236155
Binary10101010111010110000101000010101011100001101010011110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3A61; }

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

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

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

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

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

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

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

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