#AA3E6E

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

Shades of Rouge #AA3E6E

Tints of Rouge #AA3E6E

Color information

#AA3E6E (or 0xAA3E6E) is unknown color: approx Rouge. HEX triplet: AA, 3E and 6E. RGB value is (170,62,110). Sum of RGB (Red+Green+Blue) = 170+62+110=342 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.71% from 342); Green value is 62 (24.61% from 255 or 18.13% from 342); Blue value is 110 (43.36% from 255 or 32.16% from 342); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3E6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3E6E is #55C191. Grayscale: #636363. Windows color (decimal): -5620114 or 7225002. OLE color: 7225002.

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

Color convert

RGB17062110-
CMYK00.640.350.33
HSL333.33º46.55%45.49%-
HSV(B)333.33º63.53%66.67%-
XYZ21.1113.1216.17-
YUV99.76133.78178.1-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 49.71%
GREEN value IS 62 (24.61% from 255) = 18.13%
BLUE value IS 110 (43.36% from 255) = 32.16%
R=49.71%
G=18.13%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1706211000.640.350.33333.3346.5545.49
HexAA3E6E040232114d2f2d
Octal25276156010043415155755
Binary10101010111110110111001000000100011100001101001101101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3E6E; }

 p { color: rgb(170,62,110); }

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

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

 a { background-color: rgb(170,62,110); }

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

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

 span { border-color: rgb(170,62,110); }

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