#A5516B

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

Shades of Vin Rouge #A5516B

Tints of Vin Rouge #A5516B

Color information

#A5516B (or 0xA5516B) is unknown color: approx Vin Rouge. HEX triplet: A5, 51 and 6B. RGB value is (165,81,107). Sum of RGB (Red+Green+Blue) = 165+81+107=353 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.74% from 353); Green value is 81 (32.03% from 255 or 22.95% from 353); Blue value is 107 (42.19% from 255 or 30.31% from 353); Max value from RGB is 165 - color contains mainly: red. Hex color #A5516B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5516B is #5AAE94. Grayscale: #6D6D6D. Windows color (decimal): -5942933 or 7033253. OLE color: 7033253.

HSL color Cylindrical-coordinate representation of color #A5516B: hue angle of 341.43º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A5516B is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB16581107-
CMYK00.510.350.35
HSL341.43º34.15%48.24%-
HSV(B)341.43º50.91%64.71%-
XYZ21.1114.9515.68-
YUV109.08126.83167.89-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.74%
GREEN value IS 81 (32.03% from 255) = 22.95%
BLUE value IS 107 (42.19% from 255) = 30.31%
R=46.74%
G=22.95%
B=30.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658110700.510.350.35341.4334.1548.24
HexA5516B03323231552230
Octal24512115306343435254260
Binary10100101101000111010110110011100011100011101010101100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5516B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5516B; }

 p { color: rgb(165,81,107); }

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

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

 a { background-color: rgb(165,81,107); }

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

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

 span { border-color: rgb(165,81,107); }

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