#AA2765

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

Shades of Rouge #AA2765

Tints of Rouge #AA2765

Color information

#AA2765 (or 0xAA2765) is unknown color: approx Rouge. HEX triplet: AA, 27 and 65. RGB value is (170,39,101). Sum of RGB (Red+Green+Blue) = 170+39+101=310 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.84% from 310); Green value is 39 (15.62% from 255 or 12.58% from 310); Blue value is 101 (39.84% from 255 or 32.58% from 310); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2765 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2765 is #55D89A. Grayscale: #555555. Windows color (decimal): -5626011 or 6629290. OLE color: 6629290.

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

Color convert

RGB17039101-
CMYK00.770.410.33
HSL331.6º62.68%40.98%-
HSV(B)331.6º77.06%66.67%-
XYZ19.6510.9413.39-
YUV85.24136.9188.46-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 54.84%
GREEN value IS 39 (15.62% from 255) = 12.58%
BLUE value IS 101 (39.84% from 255) = 32.58%
R=54.84%
G=12.58%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1703910100.770.410.33331.662.6840.98
HexAA276504D292114c3f29
Octal25247145011551415147751
Binary10101010100111110010101001101101001100001101001100111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA2765; }

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

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

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

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

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

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

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

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