#AA3C62

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

Shades of Rouge #AA3C62

Tints of Rouge #AA3C62

Color information

#AA3C62 (or 0xAA3C62) is unknown color: approx Rouge. HEX triplet: AA, 3C and 62. RGB value is (170,60,98). Sum of RGB (Red+Green+Blue) = 170+60+98=328 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.83% from 328); Green value is 60 (23.83% from 255 or 18.29% from 328); Blue value is 98 (38.67% from 255 or 29.88% from 328); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3C62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3C62 is #55C39D. Grayscale: #616161. Windows color (decimal): -5620638 or 6438058. OLE color: 6438058.

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

Color convert

RGB1706098-
CMYK00.650.420.33
HSL339.27º47.83%45.1%-
HSV(B)339.27º64.71%66.67%-
XYZ20.412.6612.92-
YUV97.22128.44179.91-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.83%
GREEN value IS 60 (23.83% from 255) = 18.29%
BLUE value IS 98 (38.67% from 255) = 29.88%
R=51.83%
G=18.29%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170609800.650.420.33339.2747.8345.1
HexAA3C620412A21153302d
Octal25274142010152415236055
Binary10101010111100110001001000001101010100001101010011110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3C62; }

 p { color: rgb(170,60,98); }

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

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

 a { background-color: rgb(170,60,98); }

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

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

 span { border-color: rgb(170,60,98); }

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