#AA416D

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

Shades of Rouge #AA416D

Tints of Rouge #AA416D

Color information

#AA416D (or 0xAA416D) is unknown color: approx Rouge. HEX triplet: AA, 41 and 6D. RGB value is (170,65,109). Sum of RGB (Red+Green+Blue) = 170+65+109=344 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.42% from 344); Green value is 65 (25.78% from 255 or 18.90% from 344); Blue value is 109 (42.97% from 255 or 31.69% from 344); Max value from RGB is 170 - color contains mainly: red. Hex color #AA416D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA416D is #55BE92. Grayscale: #656565. Windows color (decimal): -5619347 or 7160234. OLE color: 7160234.

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

Color convert

RGB17065109-
CMYK00.620.360.33
HSL334.86º44.68%46.08%-
HSV(B)334.86º61.76%66.67%-
XYZ21.2313.4315.94-
YUV101.41132.29176.92-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.42%
GREEN value IS 65 (25.78% from 255) = 18.90%
BLUE value IS 109 (42.97% from 255) = 31.69%
R=49.42%
G=18.90%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1706510900.620.360.33334.8644.6846.08
HexAA416D03E242114f2d2e
Octal25210115507644415175556
Binary10101010100000111011010111110100100100001101001111101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA416D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA416D; }

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

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

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

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

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

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

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

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