#aa2d70

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

Shades of Rouge #AA2D70

Tints of Rouge #AA2D70

Color information

#AA2D70 (or 0xAA2D70) is unknown color: approx Rouge. HEX triplet: AA, 2D and 70. RGB value is (170,45,112). Sum of RGB (Red+Green+Blue) = 170+45+112=327 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.99% from 327); Green value is 45 (17.97% from 255 or 13.76% from 327); Blue value is 112 (44.14% from 255 or 34.25% from 327); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2D70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2D70 is #55D28F. Grayscale: #595959. Windows color (decimal): -5624464 or 7351722. OLE color: 7351722.

HSL color Cylindrical-coordinate representation of color #AA2D70: hue angle of 327.84º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AA2D70 is Cyan = 0, Magento = 0.74, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB17045112-
CMYK00.740.340.33
HSL327.84º58.14%42.16%-
HSV(B)327.84º73.53%66.67%-
XYZ20.4411.5916.49-
YUV90.01140.41185.05-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 51.99%
GREEN value IS 45 (17.97% from 255) = 13.76%
BLUE value IS 112 (44.14% from 255) = 34.25%
R=51.99%
G=13.76%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1704511200.740.340.33327.8458.1442.16
HexAA2D7004A22211483a2a
Octal25255160011242415107252
Binary10101010101101111000001001010100010100001101001000111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa2d70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa2d70; }

 p { color: rgb(170,45,112); }

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

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

 a { background-color: rgb(170,45,112); }

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

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

 span { border-color: rgb(170,45,112); }

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