#AA376F

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

Shades of Rouge #AA376F

Tints of Rouge #AA376F

Color information

#AA376F (or 0xAA376F) is unknown color: approx Rouge. HEX triplet: AA, 37 and 6F. RGB value is (170,55,111). Sum of RGB (Red+Green+Blue) = 170+55+111=336 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.60% from 336); Green value is 55 (21.88% from 255 or 16.37% from 336); Blue value is 111 (43.75% from 255 or 33.04% from 336); Max value from RGB is 170 - color contains mainly: red. Hex color #AA376F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA376F is #55C890. Grayscale: #5F5F5F. Windows color (decimal): -5621905 or 7288746. OLE color: 7288746.

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

Color convert

RGB17055111-
CMYK00.680.350.33
HSL330.78º51.11%44.12%-
HSV(B)330.78º67.65%66.67%-
XYZ20.8112.4316.34-
YUV95.77136.6180.95-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.60%
GREEN value IS 55 (21.88% from 255) = 16.37%
BLUE value IS 111 (43.75% from 255) = 33.04%
R=50.60%
G=16.37%
B=33.04%

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
Decimal1705511100.680.350.33330.7851.1144.12
HexAA376F044232114b332c
Octal25267157010443415136354
Binary10101010110111110111101000100100011100001101001011110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA376F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA376F; }

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

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

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

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

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

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

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

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