#AA2967

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

Shades of Rouge #AA2967

Tints of Rouge #AA2967

Color information

#AA2967 (or 0xAA2967) is unknown color: approx Rouge. HEX triplet: AA, 29 and 67. RGB value is (170,41,103). Sum of RGB (Red+Green+Blue) = 170+41+103=314 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.14% from 314); Green value is 41 (16.41% from 255 or 13.06% from 314); Blue value is 103 (40.62% from 255 or 32.80% from 314); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2967 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2967 is #55D698. Grayscale: #565656. Windows color (decimal): -5625497 or 6760874. OLE color: 6760874.

HSL color Cylindrical-coordinate representation of color #AA2967: hue angle of 331.16º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA2967 is Cyan = 0, Magento = 0.76, Yellow = 0.39 and Black (K on CMYK) = 0.33.

Color convert

RGB17041103-
CMYK00.760.390.33
HSL331.16º61.14%41.37%-
HSV(B)331.16º75.88%66.67%-
XYZ19.8211.1113.93-
YUV86.64137.24187.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 54.14%
GREEN value IS 41 (16.41% from 255) = 13.06%
BLUE value IS 103 (40.62% from 255) = 32.80%
R=54.14%
G=13.06%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1704110300.760.390.33331.1661.1441.37
HexAA296704C272114b3d29
Octal25251147011447415137551
Binary10101010101001110011101001100100111100001101001011111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2967; }

 p { color: rgb(170,41,103); }

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

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

 a { background-color: rgb(170,41,103); }

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

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

 span { border-color: rgb(170,41,103); }

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