#A15466

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

Shades of Vin Rouge #A15466

Tints of Vin Rouge #A15466

Color information

#A15466 (or 0xA15466) is unknown color: approx Vin Rouge. HEX triplet: A1, 54 and 66. RGB value is (161,84,102). Sum of RGB (Red+Green+Blue) = 161+84+102=347 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.40% from 347); Green value is 84 (33.20% from 255 or 24.21% from 347); Blue value is 102 (40.23% from 255 or 29.39% from 347); Max value from RGB is 161 - color contains mainly: red. Hex color #A15466 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15466 is #5EAB99. Grayscale: #6D6D6D. Windows color (decimal): -6204314 or 6706337. OLE color: 6706337.

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

Color convert

RGB16184102-
CMYK00.480.370.37
HSL345.97º31.43%48.04%-
HSV(B)345.97º47.83%63.14%-
XYZ20.2714.8814.37-
YUV109.08124.01165.04-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.40%
GREEN value IS 84 (33.20% from 255) = 24.21%
BLUE value IS 102 (40.23% from 255) = 29.39%
R=46.40%
G=24.21%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.37
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1618410200.480.370.37345.9731.4348.04
HexA15466030252515a1f30
Octal24112414606045455323760
Binary1010000110101001100110011000010010110010110101101011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15466; }

 p { color: rgb(161,84,102); }

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

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

 a { background-color: rgb(161,84,102); }

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

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

 span { border-color: rgb(161,84,102); }

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