#A45169

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

Shades of Vin Rouge #A45169

Tints of Vin Rouge #A45169

Color information

#A45169 (or 0xA45169) is unknown color: approx Vin Rouge. HEX triplet: A4, 51 and 69. RGB value is (164,81,105). Sum of RGB (Red+Green+Blue) = 164+81+105=350 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.86% from 350); Green value is 81 (32.03% from 255 or 23.14% from 350); Blue value is 105 (41.41% from 255 or 30% from 350); Max value from RGB is 164 - color contains mainly: red. Hex color #A45169 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45169 is #5BAE96. Grayscale: #6C6C6C. Windows color (decimal): -6008471 or 6902180. OLE color: 6902180.

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

Color convert

RGB16481105-
CMYK00.510.360.36
HSL342.65º33.88%48.04%-
HSV(B)342.65º50.61%64.31%-
XYZ20.814.815.12-
YUV108.55126167.55-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.86%
GREEN value IS 81 (32.03% from 255) = 23.14%
BLUE value IS 105 (41.41% from 255) = 30%
R=46.86%
G=23.14%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648110500.510.360.36342.6533.8848.04
HexA4516903324241572230
Octal24412115106344445274260
Binary10100100101000111010010110011100100100100101010111100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45169; }

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

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

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

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

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

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

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

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