#A6316F

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

Shades of Rouge #A6316F

Tints of Rouge #A6316F

Color information

#A6316F (or 0xA6316F) is unknown color: approx Rouge. HEX triplet: A6, 31 and 6F. RGB value is (166,49,111). Sum of RGB (Red+Green+Blue) = 166+49+111=326 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50.92% from 326); Green value is 49 (19.53% from 255 or 15.03% from 326); Blue value is 111 (43.75% from 255 or 34.05% from 326); Max value from RGB is 166 - color contains mainly: red. Hex color #A6316F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6316F is #59CE90. Grayscale: #5A5A5A. Windows color (decimal): -5885585 or 7287206. OLE color: 7287206.

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

Color convert

RGB16649111-
CMYK00.700.330.35
HSL328.21º54.42%42.16%-
HSV(B)328.21º70.48%65.1%-
XYZ19.6911.4516.21-
YUV91.05139.26181.46-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 50.92%
GREEN value IS 49 (19.53% from 255) = 15.03%
BLUE value IS 111 (43.75% from 255) = 34.05%
R=50.92%
G=15.03%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.33
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1664911100.700.330.35328.2154.4242.16
HexA6316F0462123148362a
Octal24661157010641435106652
Binary10100110110001110111101000110100001100011101001000110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6316F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6316F; }

 p { color: rgb(166,49,111); }

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

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

 a { background-color: rgb(166,49,111); }

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

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

 span { border-color: rgb(166,49,111); }

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