#A6316E

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

Shades of Rouge #A6316E

Tints of Rouge #A6316E

Color information

#A6316E (or 0xA6316E) is unknown color: approx Rouge. HEX triplet: A6, 31 and 6E. RGB value is (166,49,110). Sum of RGB (Red+Green+Blue) = 166+49+110=325 (43% of max value = 765). Red value is 166 (65.23% from 255 or 51.08% from 325); Green value is 49 (19.53% from 255 or 15.08% from 325); Blue value is 110 (43.36% from 255 or 33.85% from 325); Max value from RGB is 166 - color contains mainly: red. Hex color #A6316E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A6316E is #59CE91. Grayscale: #5A5A5A. Windows color (decimal): -5885586 or 7221670. OLE color: 7221670.

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

Color convert

RGB16649110-
CMYK00.700.340.35
HSL328.72º54.42%42.16%-
HSV(B)328.72º70.48%65.1%-
XYZ19.6411.4315.92-
YUV90.94138.76181.54-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 51.08%
GREEN value IS 49 (19.53% from 255) = 15.08%
BLUE value IS 110 (43.36% from 255) = 33.85%
R=51.08%
G=15.08%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.34
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1664911000.700.340.35328.7254.4242.16
HexA6316E0462223149362a
Octal24661156010642435116652
Binary10100110110001110111001000110100010100011101001001110110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6316E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6316E; }

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

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

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

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

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

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

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

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