#A6396E

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

Shades of Rouge #A6396E

Tints of Rouge #A6396E

Color information

#A6396E (or 0xA6396E) is unknown color: approx Rouge. HEX triplet: A6, 39 and 6E. RGB value is (166,57,110). Sum of RGB (Red+Green+Blue) = 166+57+110=333 (44% of max value = 765). Red value is 166 (65.23% from 255 or 49.85% from 333); Green value is 57 (22.66% from 255 or 17.12% from 333); Blue value is 110 (43.36% from 255 or 33.03% from 333); Max value from RGB is 166 - color contains mainly: red. Hex color #A6396E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6396E is #59C691. Grayscale: #5F5F5F. Windows color (decimal): -5883538 or 7223718. OLE color: 7223718.

HSL color Cylindrical-coordinate representation of color #A6396E: hue angle of 330.83º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A6396E is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB16657110-
CMYK00.660.340.35
HSL330.83º48.88%43.73%-
HSV(B)330.83º65.66%65.1%-
XYZ2012.1616.04-
YUV95.63136.11178.19-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 49.85%
GREEN value IS 57 (22.66% from 255) = 17.12%
BLUE value IS 110 (43.36% from 255) = 33.03%
R=49.85%
G=17.12%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1665711000.660.340.35330.8348.8843.73
HexA6396E042222314b312c
Octal24671156010242435136154
Binary10100110111001110111001000010100010100011101001011110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6396E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6396E; }

 p { color: rgb(166,57,110); }

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

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

 a { background-color: rgb(166,57,110); }

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

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

 span { border-color: rgb(166,57,110); }

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