#AA466D

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

Shades of Rouge #AA466D

Tints of Rouge #AA466D

Color information

#AA466D (or 0xAA466D) is unknown color: approx Rouge. HEX triplet: AA, 46 and 6D. RGB value is (170,70,109). Sum of RGB (Red+Green+Blue) = 170+70+109=349 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.71% from 349); Green value is 70 (27.73% from 255 or 20.06% from 349); Blue value is 109 (42.97% from 255 or 31.23% from 349); Max value from RGB is 170 - color contains mainly: red. Hex color #AA466D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA466D is #55B992. Grayscale: #686868. Windows color (decimal): -5618067 or 7161514. OLE color: 7161514.

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

Color convert

RGB17070109-
CMYK00.590.360.33
HSL336.6º41.67%47.06%-
HSV(B)336.6º58.82%66.67%-
XYZ21.5314.0316.04-
YUV104.35130.63174.83-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 48.71%
GREEN value IS 70 (27.73% from 255) = 20.06%
BLUE value IS 109 (42.97% from 255) = 31.23%
R=48.71%
G=20.06%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1707010900.590.360.33336.641.6747.06
HexAA466D03B24211512a2f
Octal25210615507344415215257
Binary10101010100011011011010111011100100100001101010001101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA466D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA466D; }

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

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

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

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

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

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

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

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