#AA3F64

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

Shades of Rouge #AA3F64

Tints of Rouge #AA3F64

Color information

#AA3F64 (or 0xAA3F64) is unknown color: approx Rouge. HEX triplet: AA, 3F and 64. RGB value is (170,63,100). Sum of RGB (Red+Green+Blue) = 170+63+100=333 (44% of max value = 765). Red value is 170 (66.80% from 255 or 51.05% from 333); Green value is 63 (25% from 255 or 18.92% from 333); Blue value is 100 (39.45% from 255 or 30.03% from 333); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3F64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3F64 is #55C09B. Grayscale: #636363. Windows color (decimal): -5619868 or 6569898. OLE color: 6569898.

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

Color convert

RGB17063100-
CMYK00.630.410.33
HSL339.25º45.92%45.69%-
HSV(B)339.25º62.94%66.67%-
XYZ20.6613.0213.48-
YUV99.21128.45178.49-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.05%
GREEN value IS 63 (25% from 255) = 18.92%
BLUE value IS 100 (39.45% from 255) = 30.03%
R=51.05%
G=18.92%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1706310000.630.410.33339.2545.9245.69
HexAA3F6403F29211532e2e
Octal2527714407751415235656
Binary1010101011111111001000111111101001100001101010011101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3F64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3F64; }

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

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

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

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

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

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

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

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