#A6325D

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

Shades of Rouge #A6325D

Tints of Rouge #A6325D

Color information

#A6325D (or 0xA6325D) is unknown color: approx Rouge. HEX triplet: A6, 32 and 5D. RGB value is (166,50,93). Sum of RGB (Red+Green+Blue) = 166+50+93=309 (40% of max value = 765). Red value is 166 (65.23% from 255 or 53.72% from 309); Green value is 50 (19.92% from 255 or 16.18% from 309); Blue value is 93 (36.72% from 255 or 30.10% from 309); Max value from RGB is 166 - color contains mainly: red. Hex color #A6325D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6325D is #59CDA2. Grayscale: #595959. Windows color (decimal): -5885347 or 6107814. OLE color: 6107814.

HSL color Cylindrical-coordinate representation of color #A6325D: hue angle of 337.76º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A6325D is Cyan = 0, Magento = 0.70, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB1665093-
CMYK00.700.440.35
HSL337.76º53.7%42.35%-
HSV(B)337.76º69.88%65.1%-
XYZ18.8411.1811.52-
YUV89.59129.93182.5-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 53.72%
GREEN value IS 50 (19.92% from 255) = 16.18%
BLUE value IS 93 (36.72% from 255) = 30.10%
R=53.72%
G=16.18%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166509300.700.440.35337.7653.742.35
HexA6325D0462C23152362a
Octal24662135010654435226652
Binary10100110110010101110101000110101100100011101010010110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6325D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6325D; }

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

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

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

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

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

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

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

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