#A45A66

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

Shades of Vin Rouge #A45A66

Tints of Vin Rouge #A45A66

Color information

#A45A66 (or 0xA45A66) is unknown color: approx Vin Rouge. HEX triplet: A4, 5A and 66. RGB value is (164,90,102). Sum of RGB (Red+Green+Blue) = 164+90+102=356 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.07% from 356); Green value is 90 (35.55% from 255 or 25.28% from 356); Blue value is 102 (40.23% from 255 or 28.65% from 356); Max value from RGB is 164 - color contains mainly: red. Hex color #A45A66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45A66 is #5BA599. Grayscale: #717171. Windows color (decimal): -6006170 or 6707876. OLE color: 6707876.

HSL color Cylindrical-coordinate representation of color #A45A66: hue angle of 350.27º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A45A66 is Cyan = 0, Magento = 0.45, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB16490102-
CMYK00.450.380.36
HSL350.27º29.13%49.8%-
HSV(B)350.27º45.12%64.31%-
XYZ21.3616.1614.56-
YUV113.49121.52164.02-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.07%
GREEN value IS 90 (35.55% from 255) = 25.28%
BLUE value IS 102 (40.23% from 255) = 28.65%
R=46.07%
G=25.28%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1649010200.450.380.36350.2729.1349.8
HexA45A6602D262415e1d32
Octal24413214605546445363562
Binary1010010010110101100110010110110011010010010101111011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45A66; }

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

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

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

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

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

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

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

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