#AA376E

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

Shades of Rouge #AA376E

Tints of Rouge #AA376E

Color information

#AA376E (or 0xAA376E) is unknown color: approx Rouge. HEX triplet: AA, 37 and 6E. RGB value is (170,55,110). Sum of RGB (Red+Green+Blue) = 170+55+110=335 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.75% from 335); Green value is 55 (21.88% from 255 or 16.42% from 335); Blue value is 110 (43.36% from 255 or 32.84% from 335); Max value from RGB is 170 - color contains mainly: red. Hex color #AA376E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA376E is #55C891. Grayscale: #5F5F5F. Windows color (decimal): -5621906 or 7223210. OLE color: 7223210.

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

Color convert

RGB17055110-
CMYK00.680.350.33
HSL331.3º51.11%44.12%-
HSV(B)331.3º67.65%66.67%-
XYZ20.7612.416.05-
YUV95.66136.1181.03-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.75%
GREEN value IS 55 (21.88% from 255) = 16.42%
BLUE value IS 110 (43.36% from 255) = 32.84%
R=50.75%
G=16.42%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1705511000.680.350.33331.351.1144.12
HexAA376E044232114b332c
Octal25267156010443415136354
Binary10101010110111110111001000100100011100001101001011110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA376E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA376E; }

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

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

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

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

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

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

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

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