#AA3C6A

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

Shades of Rouge #AA3C6A

Tints of Rouge #AA3C6A

Color information

#AA3C6A (or 0xAA3C6A) is unknown color: approx Rouge. HEX triplet: AA, 3C and 6A. RGB value is (170,60,106). Sum of RGB (Red+Green+Blue) = 170+60+106=336 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.60% from 336); Green value is 60 (23.83% from 255 or 17.86% from 336); Blue value is 106 (41.80% from 255 or 31.55% from 336); Max value from RGB is 170 - color contains mainly: red. Hex color #AA3C6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA3C6A is #55C395. Grayscale: #626262. Windows color (decimal): -5620630 or 6962346. OLE color: 6962346.

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

Color convert

RGB17060106-
CMYK00.650.380.33
HSL334.91º47.83%45.1%-
HSV(B)334.91º64.71%66.67%-
XYZ20.7912.8215.01-
YUV98.13132.44179.26-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 50.60%
GREEN value IS 60 (23.83% from 255) = 17.86%
BLUE value IS 106 (41.80% from 255) = 31.55%
R=50.60%
G=17.86%
B=31.55%

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
Decimal1706010600.650.380.33334.9147.8345.1
HexAA3C6A041262114f302d
Octal25274152010146415176055
Binary10101010111100110101001000001100110100001101001111110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA3C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA3C6A; }

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

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

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

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

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

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

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

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