#AA3B5E

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

Shades of Rouge #AA3B5E

Tints of Rouge #AA3B5E

Color information

#AA3B5E (or 0xAA3B5E) is unknown color: approx Rouge. HEX triplet: AA, 3B and 5E. RGB value is (170,59,94). Sum of RGB (Red+Green+Blue) = 170+59+94=323 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.63% from 323); Green value is 59 (23.44% from 255 or 18.27% from 323); Blue value is 94 (37.11% from 255 or 29.10% from 323); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3B5E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3B5E is #55C4A1. Grayscale: #606060. Windows color (decimal): -5620898 or 6175658. OLE color: 6175658.

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

Color convert

RGB1705994-
CMYK00.650.450.33
HSL341.08º48.47%44.9%-
HSV(B)341.08º65.29%66.67%-
XYZ20.1612.4811.94-
YUV96.18126.77180.65-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 52.63%
GREEN value IS 59 (23.44% from 255) = 18.27%
BLUE value IS 94 (37.11% from 255) = 29.10%
R=52.63%
G=18.27%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal170599400.650.450.33341.0848.4744.9
HexAA3B5E0412D21155302d
Octal25273136010155415256055
Binary10101010111011101111001000001101101100001101010101110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3B5E; }

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

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

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

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

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

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

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

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