#A6395D

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

Shades of Rouge #A6395D

Tints of Rouge #A6395D

Color information

#A6395D (or 0xA6395D) is unknown color: approx Rouge. HEX triplet: A6, 39 and 5D. RGB value is (166,57,93). Sum of RGB (Red+Green+Blue) = 166+57+93=316 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.53% from 316); Green value is 57 (22.66% from 255 or 18.04% from 316); Blue value is 93 (36.72% from 255 or 29.43% from 316); Max value from RGB is 166 - color contains mainly: red. Hex color #A6395D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6395D is #59C6A2. Grayscale: #5D5D5D. Windows color (decimal): -5883555 or 6109606. OLE color: 6109606.

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

Color convert

RGB1665793-
CMYK00.660.440.35
HSL340.18º48.88%43.73%-
HSV(B)340.18º65.66%65.1%-
XYZ19.1611.8211.63-
YUV93.7127.61179.57-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 52.53%
GREEN value IS 57 (22.66% from 255) = 18.04%
BLUE value IS 93 (36.72% from 255) = 29.43%
R=52.53%
G=18.04%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.44
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166579300.660.440.35340.1848.8843.73
HexA6395D0422C23154312c
Octal24671135010254435246154
Binary10100110111001101110101000010101100100011101010100110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6395D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6395D; }

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

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

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

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

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

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

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

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