#A45166

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

Shades of Vin Rouge #A45166

Tints of Vin Rouge #A45166

Color information

#A45166 (or 0xA45166) is unknown color: approx Vin Rouge. HEX triplet: A4, 51 and 66. RGB value is (164,81,102). Sum of RGB (Red+Green+Blue) = 164+81+102=347 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.26% from 347); Green value is 81 (32.03% from 255 or 23.34% from 347); Blue value is 102 (40.23% from 255 or 29.39% from 347); Max value from RGB is 164 - color contains mainly: red. Hex color #A45166 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45166 is #5BAE99. Grayscale: #6C6C6C. Windows color (decimal): -6008474 or 6705572. OLE color: 6705572.

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

Color convert

RGB16481102-
CMYK00.510.380.36
HSL344.82º33.88%48.04%-
HSV(B)344.82º50.61%64.31%-
XYZ20.6514.7414.33-
YUV108.21124.5167.79-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.26%
GREEN value IS 81 (32.03% from 255) = 23.34%
BLUE value IS 102 (40.23% from 255) = 29.39%
R=47.26%
G=23.34%
B=29.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648110200.510.380.36344.8233.8848.04
HexA4516603326241592230
Octal24412114606346445314260
Binary10100100101000111001100110011100110100100101011001100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45166; }

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

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

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

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

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

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

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

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