#A1586F

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

Shades of Vin Rouge #A1586F

Tints of Vin Rouge #A1586F

Color information

#A1586F (or 0xA1586F) is unknown color: approx Vin Rouge. HEX triplet: A1, 58 and 6F. RGB value is (161,88,111). Sum of RGB (Red+Green+Blue) = 161+88+111=360 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.72% from 360); Green value is 88 (34.77% from 255 or 24.44% from 360); Blue value is 111 (43.75% from 255 or 30.83% from 360); Max value from RGB is 161 - color contains mainly: red. Hex color #A1586F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1586F is #5EA790. Grayscale: #707070. Windows color (decimal): -6203281 or 7297185. OLE color: 7297185.

HSL color Cylindrical-coordinate representation of color #A1586F: hue angle of 341.1º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A1586F is Cyan = 0, Magento = 0.45, Yellow = 0.31 and Black (K on CMYK) = 0.37.

Color convert

RGB16188111-
CMYK00.450.310.37
HSL341.1º29.32%48.82%-
HSV(B)341.1º45.34%63.14%-
XYZ21.0615.716.96-
YUV112.45127.18162.63-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.72%
GREEN value IS 88 (34.77% from 255) = 24.44%
BLUE value IS 111 (43.75% from 255) = 30.83%
R=44.72%
G=24.44%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.31
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1618811100.450.310.37341.129.3248.82
HexA1586F02D1F251551d31
Octal24113015705537455253561
Binary101000011011000110111101011011111110010110101010111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1586F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1586F; }

 p { color: rgb(161,88,111); }

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

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

 a { background-color: rgb(161,88,111); }

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

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

 span { border-color: rgb(161,88,111); }

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