#A15468

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

Shades of Vin Rouge #A15468

Tints of Vin Rouge #A15468

Color information

#A15468 (or 0xA15468) is unknown color: approx Vin Rouge. HEX triplet: A1, 54 and 68. RGB value is (161,84,104). Sum of RGB (Red+Green+Blue) = 161+84+104=349 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.13% from 349); Green value is 84 (33.20% from 255 or 24.07% from 349); Blue value is 104 (41.02% from 255 or 29.80% from 349); Max value from RGB is 161 - color contains mainly: red. Hex color #A15468 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15468 is #5EAB97. Grayscale: #6D6D6D. Windows color (decimal): -6204312 or 6837409. OLE color: 6837409.

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

Color convert

RGB16184104-
CMYK00.480.350.37
HSL344.42º31.43%48.04%-
HSV(B)344.42º47.83%63.14%-
XYZ20.3714.9214.9-
YUV109.3125.01164.87-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.13%
GREEN value IS 84 (33.20% from 255) = 24.07%
BLUE value IS 104 (41.02% from 255) = 29.80%
R=46.13%
G=24.07%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.35
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1618410400.480.350.37344.4231.4348.04
HexA1546803023251581f30
Octal24112415006043455303760
Binary1010000110101001101000011000010001110010110101100011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15468; }

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

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

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

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

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

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

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

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