#AA376D

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

Shades of Rouge #AA376D

Tints of Rouge #AA376D

Color information

#AA376D (or 0xAA376D) is unknown color: approx Rouge. HEX triplet: AA, 37 and 6D. RGB value is (170,55,109). Sum of RGB (Red+Green+Blue) = 170+55+109=334 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.90% from 334); Green value is 55 (21.88% from 255 or 16.47% from 334); Blue value is 109 (42.97% from 255 or 32.63% from 334); Max value from RGB is 170 - color contains mainly: red. Hex color #AA376D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA376D is #55C892. Grayscale: #5F5F5F. Windows color (decimal): -5621907 or 7157674. OLE color: 7157674.

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

Color convert

RGB17055109-
CMYK00.680.360.33
HSL331.83º51.11%44.12%-
HSV(B)331.83º67.65%66.67%-
XYZ20.712.3815.77-
YUV95.54135.6181.11-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.90%
GREEN value IS 55 (21.88% from 255) = 16.47%
BLUE value IS 109 (42.97% from 255) = 32.63%
R=50.90%
G=16.47%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705510900.680.360.33331.8351.1144.12
HexAA376D044242114c332c
Octal25267155010444415146354
Binary10101010110111110110101000100100100100001101001100110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA376D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA376D; }

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

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

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

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

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

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

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

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