#aa2f5e

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

Shades of Rouge #AA2F5E

Tints of Rouge #AA2F5E

Color information

#AA2F5E (or 0xAA2F5E) is unknown color: approx Rouge. HEX triplet: AA, 2F and 5E. RGB value is (170,47,94). Sum of RGB (Red+Green+Blue) = 170+47+94=311 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.66% from 311); Green value is 47 (18.75% from 255 or 15.11% from 311); Blue value is 94 (37.11% from 255 or 30.23% from 311); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2F5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2F5E is #55D0A1. Grayscale: #595959. Windows color (decimal): -5623970 or 6172586. OLE color: 6172586.

HSL color Cylindrical-coordinate representation of color #AA2F5E: hue angle of 337.07º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AA2F5E is Cyan = 0, Magento = 0.72, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB1704794-
CMYK00.720.450.33
HSL337.07º56.68%42.55%-
HSV(B)337.07º72.35%66.67%-
XYZ19.6111.3911.75-
YUV89.14130.75185.68-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 54.66%
GREEN value IS 47 (18.75% from 255) = 15.11%
BLUE value IS 94 (37.11% from 255) = 30.23%
R=54.66%
G=15.11%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170479400.720.450.33337.0756.6842.55
HexAA2F5E0482D21151392b
Octal25257136011055415217153
Binary10101010101111101111001001000101101100001101010001111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa2f5e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa2f5e; }

 p { color: rgb(170,47,94); }

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

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

 a { background-color: rgb(170,47,94); }

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

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

 span { border-color: rgb(170,47,94); }

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