#aa2767

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

Shades of Rouge #AA2767

Tints of Rouge #AA2767

Color information

#AA2767 (or 0xAA2767) is unknown color: approx Rouge. HEX triplet: AA, 27 and 67. RGB value is (170,39,103). Sum of RGB (Red+Green+Blue) = 170+39+103=312 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.49% from 312); Green value is 39 (15.62% from 255 or 12.5% from 312); Blue value is 103 (40.62% from 255 or 33.01% from 312); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2767 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2767 is #55D898. Grayscale: #555555. Windows color (decimal): -5626009 or 6760362. OLE color: 6760362.

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

Color convert

RGB17039103-
CMYK00.770.390.33
HSL330.69º62.68%40.98%-
HSV(B)330.69º77.06%66.67%-
XYZ19.7510.9813.91-
YUV85.46137.9188.3-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 54.49%
GREEN value IS 39 (15.62% from 255) = 12.5%
BLUE value IS 103 (40.62% from 255) = 33.01%
R=54.49%
G=12.5%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.39
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1703910300.770.390.33330.6962.6840.98
HexAA276704D272114b3f29
Octal25247147011547415137751
Binary10101010100111110011101001101100111100001101001011111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa2767

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa2767; }

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

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

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

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

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

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

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

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