#A1586C

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

Shades of Vin Rouge #A1586C

Tints of Vin Rouge #A1586C

Color information

#A1586C (or 0xA1586C) is unknown color: approx Vin Rouge. HEX triplet: A1, 58 and 6C. RGB value is (161,88,108). Sum of RGB (Red+Green+Blue) = 161+88+108=357 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.10% from 357); Green value is 88 (34.77% from 255 or 24.65% from 357); Blue value is 108 (42.58% from 255 or 30.25% from 357); Max value from RGB is 161 - color contains mainly: red. Hex color #A1586C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1586C is #5EA793. Grayscale: #707070. Windows color (decimal): -6203284 or 7100577. OLE color: 7100577.

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

Color convert

RGB16188108-
CMYK00.450.330.37
HSL343.56º29.32%48.82%-
HSV(B)343.56º45.34%63.14%-
XYZ20.8915.6416.1-
YUV112.11125.68162.87-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.10%
GREEN value IS 88 (34.77% from 255) = 24.65%
BLUE value IS 108 (42.58% from 255) = 30.25%
R=45.10%
G=24.65%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.33
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1618810800.450.330.37343.5629.3248.82
HexA1586C02D21251581d31
Octal24113015405541455303561
Binary1010000110110001101100010110110000110010110101100011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1586C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1586C; }

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

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

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

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

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

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

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

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