#A15165

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

Shades of Vin Rouge #A15165

Tints of Vin Rouge #A15165

Color information

#A15165 (or 0xA15165) is unknown color: approx Vin Rouge. HEX triplet: A1, 51 and 65. RGB value is (161,81,101). Sum of RGB (Red+Green+Blue) = 161+81+101=343 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.94% from 343); Green value is 81 (32.03% from 255 or 23.62% from 343); Blue value is 101 (39.84% from 255 or 29.45% from 343); Max value from RGB is 161 - color contains mainly: red. Hex color #A15165 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15165 is #5EAE9A. Grayscale: #6B6B6B. Windows color (decimal): -6205083 or 6640033. OLE color: 6640033.

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

Color convert

RGB16181101-
CMYK00.500.370.37
HSL345º33.06%47.45%-
HSV(B)345º49.69%63.14%-
XYZ19.9914.414.04-
YUV107.2124.5166.37-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.94%
GREEN value IS 81 (32.03% from 255) = 23.62%
BLUE value IS 101 (39.84% from 255) = 29.45%
R=46.94%
G=23.62%
B=29.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.37
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1618110100.500.370.3734533.0647.45
HexA151650322525159212f
Octal24112114506245455314157
Binary10100001101000111001010110010100101100101101011001100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15165; }

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

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

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

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

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

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

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

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