#A15862

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

Shades of Vin Rouge #A15862

Tints of Vin Rouge #A15862

Color information

#A15862 (or 0xA15862) is unknown color: approx Vin Rouge. HEX triplet: A1, 58 and 62. RGB value is (161,88,98). Sum of RGB (Red+Green+Blue) = 161+88+98=347 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.40% from 347); Green value is 88 (34.77% from 255 or 25.36% from 347); Blue value is 98 (38.67% from 255 or 28.24% from 347); Max value from RGB is 161 - color contains mainly: red. Hex color #A15862 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15862 is #5EA79D. Grayscale: #6F6F6F. Windows color (decimal): -6203294 or 6445217. OLE color: 6445217.

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

Color convert

RGB1618898-
CMYK00.450.390.37
HSL351.78º29.32%48.82%-
HSV(B)351.78º45.34%63.14%-
XYZ20.3915.4413.46-
YUV110.97120.68163.69-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.40%
GREEN value IS 88 (34.77% from 255) = 25.36%
BLUE value IS 98 (38.67% from 255) = 28.24%
R=46.40%
G=25.36%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.39
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161889800.450.390.37351.7829.3248.82
HexA1586202D27251601d31
Octal24113014205547455403561
Binary1010000110110001100010010110110011110010110110000011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15862; }

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

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

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

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

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

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

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

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