#A15067

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

Shades of Vin Rouge #A15067

Tints of Vin Rouge #A15067

Color information

#A15067 (or 0xA15067) is unknown color: approx Vin Rouge. HEX triplet: A1, 50 and 67. RGB value is (161,80,103). Sum of RGB (Red+Green+Blue) = 161+80+103=344 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.80% from 344); Green value is 80 (31.64% from 255 or 23.26% from 344); Blue value is 103 (40.62% from 255 or 29.94% from 344); Max value from RGB is 161 - color contains mainly: red. Hex color #A15067 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15067 is #5EAF98. Grayscale: #6A6A6A. Windows color (decimal): -6205337 or 6770849. OLE color: 6770849.

HSL color Cylindrical-coordinate representation of color #A15067: hue angle of 342.96º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A15067 is Cyan = 0, Magento = 0.50, Yellow = 0.36 and Black (K on CMYK) = 0.37.

Color convert

RGB16180103-
CMYK00.500.360.37
HSL342.96º33.61%47.25%-
HSV(B)342.96º50.31%63.14%-
XYZ20.0114.2914.54-
YUV106.84125.84166.63-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.80%
GREEN value IS 80 (31.64% from 255) = 23.26%
BLUE value IS 103 (40.62% from 255) = 29.94%
R=46.80%
G=23.26%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.36
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1618010300.500.360.37342.9633.6147.25
HexA150670322425157222f
Octal24112014706244455274257
Binary10100001101000011001110110010100100100101101010111100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15067; }

 p { color: rgb(161,80,103); }

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

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

 a { background-color: rgb(161,80,103); }

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

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

 span { border-color: rgb(161,80,103); }

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