#AA376A

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

Shades of Rouge #AA376A

Tints of Rouge #AA376A

Color information

#AA376A (or 0xAA376A) is unknown color: approx Rouge. HEX triplet: AA, 37 and 6A. RGB value is (170,55,106). Sum of RGB (Red+Green+Blue) = 170+55+106=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 55 (21.88% from 255 or 16.62% from 331); Blue value is 106 (41.80% from 255 or 32.02% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA376A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA376A is #55C895. Grayscale: #5F5F5F. Windows color (decimal): -5621910 or 6961066. OLE color: 6961066.

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

Color convert

RGB17055106-
CMYK00.680.380.33
HSL333.39º51.11%44.12%-
HSV(B)333.39º67.65%66.67%-
XYZ20.5512.3214.93-
YUV95.2134.1181.35-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.36%
GREEN value IS 55 (21.88% from 255) = 16.62%
BLUE value IS 106 (41.80% from 255) = 32.02%
R=51.36%
G=16.62%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705510600.680.380.33333.3951.1144.12
HexAA376A044262114d332c
Octal25267152010446415156354
Binary10101010110111110101001000100100110100001101001101110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA376A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA376A; }

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

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

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

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

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

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

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

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