#AA416E

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

Shades of Rouge #AA416E

Tints of Rouge #AA416E

Color information

#AA416E (or 0xAA416E) is unknown color: approx Rouge. HEX triplet: AA, 41 and 6E. RGB value is (170,65,110). Sum of RGB (Red+Green+Blue) = 170+65+110=345 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.28% from 345); Green value is 65 (25.78% from 255 or 18.84% from 345); Blue value is 110 (43.36% from 255 or 31.88% from 345); Max value from RGB is 170 - color contains mainly: red. Hex color #AA416E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA416E is #55BE91. Grayscale: #656565. Windows color (decimal): -5619346 or 7225770. OLE color: 7225770.

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

Color convert

RGB17065110-
CMYK00.620.350.33
HSL334.29º44.68%46.08%-
HSV(B)334.29º61.76%66.67%-
XYZ21.2813.4516.23-
YUV101.52132.79176.84-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.28%
GREEN value IS 65 (25.78% from 255) = 18.84%
BLUE value IS 110 (43.36% from 255) = 31.88%
R=49.28%
G=18.84%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1706511000.620.350.33334.2944.6846.08
HexAA416E03E232114e2d2e
Octal25210115607643415165556
Binary10101010100000111011100111110100011100001101001110101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA416E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA416E; }

 p { color: rgb(170,65,110); }

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

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

 a { background-color: rgb(170,65,110); }

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

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

 span { border-color: rgb(170,65,110); }

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