#A15170

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

Shades of Vin Rouge #A15170

Tints of Vin Rouge #A15170

Color information

#A15170 (or 0xA15170) is unknown color: approx Vin Rouge. HEX triplet: A1, 51 and 70. RGB value is (161,81,112). Sum of RGB (Red+Green+Blue) = 161+81+112=354 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.48% from 354); Green value is 81 (32.03% from 255 or 22.88% from 354); Blue value is 112 (44.14% from 255 or 31.64% from 354); Max value from RGB is 161 - color contains mainly: red. Hex color #A15170 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15170 is #5EAE8F. Grayscale: #6C6C6C. Windows color (decimal): -6205072 or 7360929. OLE color: 7360929.

HSL color Cylindrical-coordinate representation of color #A15170: hue angle of 336.75º degrees, saturation: 0.33, 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 #A15170 is Cyan = 0, Magento = 0.50, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB16181112-
CMYK00.500.300.37
HSL336.75º33.06%47.45%-
HSV(B)336.75º49.69%63.14%-
XYZ20.5714.6317.07-
YUV108.45130165.48-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.48%
GREEN value IS 81 (32.03% from 255) = 22.88%
BLUE value IS 112 (44.14% from 255) = 31.64%
R=45.48%
G=22.88%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.30
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1618111200.500.300.37336.7533.0647.45
HexA151700321E25151212f
Octal24112116006236455214157
Binary1010000110100011110000011001011110100101101010001100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15170; }

 p { color: rgb(161,81,112); }

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

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

 a { background-color: rgb(161,81,112); }

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

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

 span { border-color: rgb(161,81,112); }

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