#A6395C

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

Shades of Rouge #A6395C

Tints of Rouge #A6395C

Color information

#A6395C (or 0xA6395C) is unknown color: approx Rouge. HEX triplet: A6, 39 and 5C. RGB value is (166,57,92). Sum of RGB (Red+Green+Blue) = 166+57+92=315 (41% of max value = 765). Red value is 166 (65.23% from 255 or 52.70% from 315); Green value is 57 (22.66% from 255 or 18.10% from 315); Blue value is 92 (36.33% from 255 or 29.21% from 315); Max value from RGB is 166 - color contains mainly: red. Hex color #A6395C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6395C is #59C6A3. Grayscale: #5D5D5D. Windows color (decimal): -5883556 or 6044070. OLE color: 6044070.

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

Color convert

RGB1665792-
CMYK00.660.450.35
HSL340.73º48.88%43.73%-
HSV(B)340.73º65.66%65.1%-
XYZ19.1211.8111.4-
YUV93.58127.11179.65-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 52.70%
GREEN value IS 57 (22.66% from 255) = 18.10%
BLUE value IS 92 (36.33% from 255) = 29.21%
R=52.70%
G=18.10%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal166579200.660.450.35340.7348.8843.73
HexA6395C0422D23155312c
Octal24671134010255435256154
Binary10100110111001101110001000010101101100011101010101110001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6395C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6395C; }

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

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

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

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

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

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

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

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