#AA3C69

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

Shades of Rouge #AA3C69

Tints of Rouge #AA3C69

Color information

#AA3C69 (or 0xAA3C69) is unknown color: approx Rouge. HEX triplet: AA, 3C and 69. RGB value is (170,60,105). Sum of RGB (Red+Green+Blue) = 170+60+105=335 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.75% from 335); Green value is 60 (23.83% from 255 or 17.91% from 335); Blue value is 105 (41.41% from 255 or 31.34% from 335); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3C69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3C69 is #55C396. Grayscale: #616161. Windows color (decimal): -5620631 or 6896810. OLE color: 6896810.

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

Color convert

RGB17060105-
CMYK00.650.380.33
HSL335.45º47.83%45.1%-
HSV(B)335.45º64.71%66.67%-
XYZ20.7412.814.74-
YUV98.02131.94179.34-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.75%
GREEN value IS 60 (23.83% from 255) = 17.91%
BLUE value IS 105 (41.41% from 255) = 31.34%
R=50.75%
G=17.91%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1706010500.650.380.33335.4547.8345.1
HexAA3C69041262114f302d
Octal25274151010146415176055
Binary10101010111100110100101000001100110100001101001111110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3C69; }

 p { color: rgb(170,60,105); }

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

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

 a { background-color: rgb(170,60,105); }

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

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

 span { border-color: rgb(170,60,105); }

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