#aa3f6d

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

Shades of Rouge #AA3F6D

Tints of Rouge #AA3F6D

Color information

#AA3F6D (or 0xAA3F6D) is unknown color: approx Rouge. HEX triplet: AA, 3F and 6D. RGB value is (170,63,109). Sum of RGB (Red+Green+Blue) = 170+63+109=342 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.71% from 342); Green value is 63 (25% from 255 or 18.42% from 342); Blue value is 109 (42.97% from 255 or 31.87% from 342); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3F6D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3F6D is #55C092. Grayscale: #646464. Windows color (decimal): -5619859 or 7159722. OLE color: 7159722.

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

Color convert

RGB17063109-
CMYK00.630.360.33
HSL334.21º45.92%45.69%-
HSV(B)334.21º62.94%66.67%-
XYZ21.1213.2115.9-
YUV100.24132.95177.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.71%
GREEN value IS 63 (25% from 255) = 18.42%
BLUE value IS 109 (42.97% from 255) = 31.87%
R=49.71%
G=18.42%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1706310900.630.360.33334.2145.9245.69
HexAA3F6D03F242114e2e2e
Octal2527715507744415165656
Binary1010101011111111011010111111100100100001101001110101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa3f6d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa3f6d; }

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

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

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

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

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

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

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

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