#A6335E

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

Shades of Rouge #A6335E

Tints of Rouge #A6335E

Color information

#A6335E (or 0xA6335E) is unknown color: approx Rouge. HEX triplet: A6, 33 and 5E. RGB value is (166,51,94). Sum of RGB (Red+Green+Blue) = 166+51+94=311 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.38% from 311); Green value is 51 (20.31% from 255 or 16.40% from 311); Blue value is 94 (37.11% from 255 or 30.23% from 311); Max value from RGB is 166 - color contains mainly: red. Hex color #A6335E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6335E is #59CCA1. Grayscale: #5A5A5A. Windows color (decimal): -5885090 or 6173606. OLE color: 6173606.

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

Color convert

RGB1665194-
CMYK00.690.430.35
HSL337.57º53%42.55%-
HSV(B)337.57º69.28%65.1%-
XYZ18.9311.2811.77-
YUV90.29130.1182-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 53.38%
GREEN value IS 51 (20.31% from 255) = 16.40%
BLUE value IS 94 (37.11% from 255) = 30.23%
R=53.38%
G=16.40%
B=30.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.43
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166519400.690.430.35337.575342.55
HexA6335E0452B23152352b
Octal24663136010553435226553
Binary10100110110011101111001000101101011100011101010010110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6335E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6335E; }

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

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

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

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

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

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

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

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