#A6335D

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

Shades of Rouge #A6335D

Tints of Rouge #A6335D

Color information

#A6335D (or 0xA6335D) is unknown color: approx Rouge. HEX triplet: A6, 33 and 5D. RGB value is (166,51,93). Sum of RGB (Red+Green+Blue) = 166+51+93=310 (41% of max value = 765). Red value is 166 (65.23% from 255 or 53.55% from 310); Green value is 51 (20.31% from 255 or 16.45% from 310); Blue value is 93 (36.72% from 255 or 30% from 310); Max value from RGB is 166 - color contains mainly: red. Hex color #A6335D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6335D is #59CCA2. Grayscale: #5A5A5A. Windows color (decimal): -5885091 or 6108070. OLE color: 6108070.

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

Color convert

RGB1665193-
CMYK00.690.440.35
HSL338.09º53%42.55%-
HSV(B)338.09º69.28%65.1%-
XYZ18.8911.2611.53-
YUV90.17129.6182.08-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 53.55%
GREEN value IS 51 (20.31% from 255) = 16.45%
BLUE value IS 93 (36.72% from 255) = 30%
R=53.55%
G=16.45%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166519300.690.440.35338.095342.55
HexA6335D0452C23152352b
Octal24663135010554435226553
Binary10100110110011101110101000101101100100011101010010110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6335D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6335D; }

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

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

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

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

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

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

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

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