#AA3F62

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

Shades of Rouge #AA3F62

Tints of Rouge #AA3F62

Color information

#AA3F62 (or 0xAA3F62) is unknown color: approx Rouge. HEX triplet: AA, 3F and 62. RGB value is (170,63,98). Sum of RGB (Red+Green+Blue) = 170+63+98=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 63 (25% from 255 or 19.03% from 331); Blue value is 98 (38.67% from 255 or 29.61% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3F62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3F62 is #55C09D. Grayscale: #626262. Windows color (decimal): -5619870 or 6438826. OLE color: 6438826.

HSL color Cylindrical-coordinate representation of color #AA3F62: hue angle of 340.37º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AA3F62 is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB1706398-
CMYK00.630.420.33
HSL340.37º45.92%45.69%-
HSV(B)340.37º62.94%66.67%-
XYZ20.5612.9812.98-
YUV98.98127.45178.65-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.36%
GREEN value IS 63 (25% from 255) = 19.03%
BLUE value IS 98 (38.67% from 255) = 29.61%
R=51.36%
G=19.03%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170639800.630.420.33340.3745.9245.69
HexAA3F6203F2A211542e2e
Octal2527714207752415245656
Binary1010101011111111000100111111101010100001101010100101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3F62; }

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

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

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

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

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

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

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

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