#A6396D

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

Shades of Rouge #A6396D

Tints of Rouge #A6396D

Color information

#A6396D (or 0xA6396D) is unknown color: approx Rouge. HEX triplet: A6, 39 and 6D. RGB value is (166,57,109). Sum of RGB (Red+Green+Blue) = 166+57+109=332 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50% from 332); Green value is 57 (22.66% from 255 or 17.17% from 332); Blue value is 109 (42.97% from 255 or 32.83% from 332); Max value from RGB is 166 - color contains mainly: red. Hex color #A6396D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6396D is #59C692. Grayscale: #5F5F5F. Windows color (decimal): -5883539 or 7158182. OLE color: 7158182.

HSL color Cylindrical-coordinate representation of color #A6396D: hue angle of 331.38º 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 #A6396D is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.35.

Color convert

RGB16657109-
CMYK00.660.340.35
HSL331.38º48.88%43.73%-
HSV(B)331.38º65.66%65.1%-
XYZ19.9512.1415.76-
YUV95.52135.61178.27-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 50%
GREEN value IS 57 (22.66% from 255) = 17.17%
BLUE value IS 109 (42.97% from 255) = 32.83%
R=50%
G=17.17%
B=32.83%

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
Decimal1665710900.660.340.35331.3848.8843.73
HexA6396D042222314b312c
Octal24671155010242435136154
Binary10100110111001110110101000010100010100011101001011110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6396D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6396D; }

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

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

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

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

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

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

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

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