#A05165

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

Shades of Vin Rouge #A05165

Tints of Vin Rouge #A05165

Color information

#A05165 (or 0xA05165) is unknown color: approx Vin Rouge. HEX triplet: A0, 51 and 65. RGB value is (160,81,101). Sum of RGB (Red+Green+Blue) = 160+81+101=342 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.78% from 342); Green value is 81 (32.03% from 255 or 23.68% from 342); Blue value is 101 (39.84% from 255 or 29.53% from 342); Max value from RGB is 160 - color contains mainly: red. Hex color #A05165 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05165 is #5FAE9A. Grayscale: #6A6A6A. Windows color (decimal): -6270619 or 6640032. OLE color: 6640032.

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

Color convert

RGB16081101-
CMYK00.490.370.37
HSL344.81º32.78%47.25%-
HSV(B)344.81º49.38%62.75%-
XYZ19.7914.314.03-
YUV106.9124.67165.87-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.78%
GREEN value IS 81 (32.03% from 255) = 23.68%
BLUE value IS 101 (39.84% from 255) = 29.53%
R=46.78%
G=23.68%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.37
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608110100.490.370.37344.8132.7847.25
HexA051650312525159212f
Octal24012114506145455314157
Binary10100000101000111001010110001100101100101101011001100001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05165; }

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

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

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

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

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

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

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

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