#A6336D

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

Shades of Rouge #A6336D

Tints of Rouge #A6336D

Color information

#A6336D (or 0xA6336D) is unknown color: approx Rouge. HEX triplet: A6, 33 and 6D. RGB value is (166,51,109). Sum of RGB (Red+Green+Blue) = 166+51+109=326 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.92% from 326); Green value is 51 (20.31% from 255 or 15.64% from 326); Blue value is 109 (42.97% from 255 or 33.44% from 326); Max value from RGB is 166 - color contains mainly: red. Hex color #A6336D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6336D is #59CC92. Grayscale: #5B5B5B. Windows color (decimal): -5885075 or 7156646. OLE color: 7156646.

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

Color convert

RGB16651109-
CMYK00.690.340.35
HSL329.74º53%42.55%-
HSV(B)329.74º69.28%65.1%-
XYZ19.6711.5815.67-
YUV92137.6180.78-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 50.92%
GREEN value IS 51 (20.31% from 255) = 15.64%
BLUE value IS 109 (42.97% from 255) = 33.44%
R=50.92%
G=15.64%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1665110900.690.340.35329.745342.55
HexA6336D045222314a352b
Octal24663155010542435126553
Binary10100110110011110110101000101100010100011101001010110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6336D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6336D; }

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

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

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

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

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

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

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

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