#AA376C

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

Shades of Rouge #AA376C

Tints of Rouge #AA376C

Color information

#AA376C (or 0xAA376C) is unknown color: approx Rouge. HEX triplet: AA, 37 and 6C. RGB value is (170,55,108). Sum of RGB (Red+Green+Blue) = 170+55+108=333 (44% of max value = 765). Red value is 170 (66.80% from 255 or 51.05% from 333); Green value is 55 (21.88% from 255 or 16.52% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 170 - color contains mainly: red. Hex color #AA376C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA376C is #55C893. Grayscale: #5F5F5F. Windows color (decimal): -5621908 or 7092138. OLE color: 7092138.

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

Color convert

RGB17055108-
CMYK00.680.360.33
HSL332.35º51.11%44.12%-
HSV(B)332.35º67.65%66.67%-
XYZ20.6512.3615.48-
YUV95.43135.1181.19-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.05%
GREEN value IS 55 (21.88% from 255) = 16.52%
BLUE value IS 108 (42.58% from 255) = 32.43%
R=51.05%
G=16.52%
B=32.43%

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
Decimal1705510800.680.360.33332.3551.1144.12
HexAA376C044242114c332c
Octal25267154010444415146354
Binary10101010110111110110001000100100100100001101001100110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA376C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA376C; }

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

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

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

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

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

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

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

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