#A45168

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

Shades of Vin Rouge #A45168

Tints of Vin Rouge #A45168

Color information

#A45168 (or 0xA45168) is unknown color: approx Vin Rouge. HEX triplet: A4, 51 and 68. RGB value is (164,81,104). Sum of RGB (Red+Green+Blue) = 164+81+104=349 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.99% from 349); Green value is 81 (32.03% from 255 or 23.21% from 349); Blue value is 104 (41.02% from 255 or 29.80% from 349); Max value from RGB is 164 - color contains mainly: red. Hex color #A45168 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45168 is #5BAE97. Grayscale: #6C6C6C. Windows color (decimal): -6008472 or 6836644. OLE color: 6836644.

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

Color convert

RGB16481104-
CMYK00.510.370.36
HSL343.37º33.88%48.04%-
HSV(B)343.37º50.61%64.31%-
XYZ20.7514.7814.86-
YUV108.44125.5167.63-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.99%
GREEN value IS 81 (32.03% from 255) = 23.21%
BLUE value IS 104 (41.02% from 255) = 29.80%
R=46.99%
G=23.21%
B=29.80%

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
Decimal1648110400.510.370.36343.3733.8848.04
HexA4516803325241572230
Octal24412115006345445274260
Binary10100100101000111010000110011100101100100101010111100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45168; }

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

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

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

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

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

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

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

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