#A45167

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

Shades of Vin Rouge #A45167

Tints of Vin Rouge #A45167

Color information

#A45167 (or 0xA45167) is unknown color: approx Vin Rouge. HEX triplet: A4, 51 and 67. RGB value is (164,81,103). Sum of RGB (Red+Green+Blue) = 164+81+103=348 (46% of max value = 765). Red value is 164 (64.45% from 255 or 47.13% from 348); Green value is 81 (32.03% from 255 or 23.28% from 348); Blue value is 103 (40.62% from 255 or 29.60% from 348); Max value from RGB is 164 - color contains mainly: red. Hex color #A45167 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45167 is #5BAE98. Grayscale: #6C6C6C. Windows color (decimal): -6008473 or 6771108. OLE color: 6771108.

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

Color convert

RGB16481103-
CMYK00.510.370.36
HSL344.1º33.88%48.04%-
HSV(B)344.1º50.61%64.31%-
XYZ20.714.7614.59-
YUV108.32125167.71-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.13%
GREEN value IS 81 (32.03% from 255) = 23.28%
BLUE value IS 103 (40.62% from 255) = 29.60%
R=47.13%
G=23.28%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648110300.510.370.36344.133.8848.04
HexA4516703325241582230
Octal24412114706345445304260
Binary10100100101000111001110110011100101100100101011000100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45167; }

 p { color: rgb(164,81,103); }

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

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

 a { background-color: rgb(164,81,103); }

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

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

 span { border-color: rgb(164,81,103); }

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