#A15B64

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

Shades of Vin Rouge #A15B64

Tints of Vin Rouge #A15B64

Color information

#A15B64 (or 0xA15B64) is unknown color: approx Vin Rouge. HEX triplet: A1, 5B and 64. RGB value is (161,91,100). Sum of RGB (Red+Green+Blue) = 161+91+100=352 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.74% from 352); Green value is 91 (35.94% from 255 or 25.85% from 352); Blue value is 100 (39.45% from 255 or 28.41% from 352); Max value from RGB is 161 - color contains mainly: red. Hex color #A15B64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15B64 is #5EA49B. Grayscale: #707070. Windows color (decimal): -6202524 or 6577057. OLE color: 6577057.

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

Color convert

RGB16191100-
CMYK00.430.380.37
HSL352.29º27.78%49.41%-
HSV(B)352.29º43.48%63.14%-
XYZ20.7415.9814.05-
YUV112.96120.69162.27-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.74%
GREEN value IS 91 (35.94% from 255) = 25.85%
BLUE value IS 100 (39.45% from 255) = 28.41%
R=45.74%
G=25.85%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.38
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1619110000.430.380.37352.2927.7849.41
HexA15B6402B26251601c31
Octal24113314405346455403461
Binary1010000110110111100100010101110011010010110110000011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15B64; }

 p { color: rgb(161,91,100); }

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

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

 a { background-color: rgb(161,91,100); }

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

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

 span { border-color: rgb(161,91,100); }

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