#A1566A

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

Shades of Vin Rouge #A1566A

Tints of Vin Rouge #A1566A

Color information

#A1566A (or 0xA1566A) is unknown color: approx Vin Rouge. HEX triplet: A1, 56 and 6A. RGB value is (161,86,106). Sum of RGB (Red+Green+Blue) = 161+86+106=353 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.61% from 353); Green value is 86 (33.98% from 255 or 24.36% from 353); Blue value is 106 (41.80% from 255 or 30.03% from 353); Max value from RGB is 161 - color contains mainly: red. Hex color #A1566A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1566A is #5EA995. Grayscale: #6E6E6E. Windows color (decimal): -6203798 or 6968993. OLE color: 6968993.

HSL color Cylindrical-coordinate representation of color #A1566A: hue angle of 344º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A1566A is Cyan = 0, Magento = 0.47, Yellow = 0.34 and Black (K on CMYK) = 0.37.

Color convert

RGB16186106-
CMYK00.470.340.37
HSL344º30.36%48.43%-
HSV(B)344º46.58%63.14%-
XYZ20.6315.2715.5-
YUV110.7125.35163.87-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.61%
GREEN value IS 86 (33.98% from 255) = 24.36%
BLUE value IS 106 (41.80% from 255) = 30.03%
R=45.61%
G=24.36%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.34
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1618610600.470.340.3734430.3648.43
HexA1566A02F22251581e30
Octal24112615205742455303660
Binary1010000110101101101010010111110001010010110101100011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1566A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1566A; }

 p { color: rgb(161,86,106); }

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

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

 a { background-color: rgb(161,86,106); }

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

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

 span { border-color: rgb(161,86,106); }

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