#AA3B61

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

Shades of Rouge #AA3B61

Tints of Rouge #AA3B61

Color information

#AA3B61 (or 0xAA3B61) is unknown color: approx Rouge. HEX triplet: AA, 3B and 61. RGB value is (170,59,97). Sum of RGB (Red+Green+Blue) = 170+59+97=326 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.15% from 326); Green value is 59 (23.44% from 255 or 18.10% from 326); Blue value is 97 (38.28% from 255 or 29.75% from 326); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3B61 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3B61 is #55C49E. Grayscale: #606060. Windows color (decimal): -5620895 or 6372266. OLE color: 6372266.

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

Color convert

RGB1705997-
CMYK00.650.430.33
HSL339.46º48.47%44.9%-
HSV(B)339.46º65.29%66.67%-
XYZ20.312.5412.66-
YUV96.52128.27180.41-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 52.15%
GREEN value IS 59 (23.44% from 255) = 18.10%
BLUE value IS 97 (38.28% from 255) = 29.75%
R=52.15%
G=18.10%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.43
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170599700.650.430.33339.4648.4744.9
HexAA3B610412B21153302d
Octal25273141010153415236055
Binary10101010111011110000101000001101011100001101010011110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3B61; }

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

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

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

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

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

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

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

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