#A1586E

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

Shades of Vin Rouge #A1586E

Tints of Vin Rouge #A1586E

Color information

#A1586E (or 0xA1586E) is unknown color: approx Vin Rouge. HEX triplet: A1, 58 and 6E. RGB value is (161,88,110). Sum of RGB (Red+Green+Blue) = 161+88+110=359 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.85% from 359); Green value is 88 (34.77% from 255 or 24.51% from 359); Blue value is 110 (43.36% from 255 or 30.64% from 359); Max value from RGB is 161 - color contains mainly: red. Hex color #A1586E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1586E is #5EA791. Grayscale: #707070. Windows color (decimal): -6203282 or 7231649. OLE color: 7231649.

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

Color convert

RGB16188110-
CMYK00.450.320.37
HSL341.92º29.32%48.82%-
HSV(B)341.92º45.34%63.14%-
XYZ2115.6816.67-
YUV112.34126.68162.71-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.85%
GREEN value IS 88 (34.77% from 255) = 24.51%
BLUE value IS 110 (43.36% from 255) = 30.64%
R=44.85%
G=24.51%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1618811000.450.320.37341.9229.3248.82
HexA1586E02D20251561d31
Octal24113015605540455263561
Binary1010000110110001101110010110110000010010110101011011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1586E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1586E; }

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

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

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

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

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

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

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

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