#A45465

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

Shades of Vin Rouge #A45465

Tints of Vin Rouge #A45465

Color information

#A45465 (or 0xA45465) is unknown color: approx Vin Rouge. HEX triplet: A4, 54 and 65. RGB value is (164,84,101). Sum of RGB (Red+Green+Blue) = 164+84+101=349 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.99% from 349); Green value is 84 (33.20% from 255 or 24.07% from 349); Blue value is 101 (39.84% from 255 or 28.94% from 349); Max value from RGB is 164 - color contains mainly: red. Hex color #A45465 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45465 is #5BAB9A. Grayscale: #6D6D6D. Windows color (decimal): -6007707 or 6640804. OLE color: 6640804.

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

Color convert

RGB16484101-
CMYK00.490.380.36
HSL347.25º32.26%48.63%-
HSV(B)347.25º48.78%64.31%-
XYZ20.8315.1714.14-
YUV109.86123166.62-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.99%
GREEN value IS 84 (33.20% from 255) = 24.07%
BLUE value IS 101 (39.84% from 255) = 28.94%
R=46.99%
G=24.07%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648410100.490.380.36347.2532.2648.63
HexA45465031262415b2031
Octal24412414506146445334061
Binary10100100101010011001010110001100110100100101011011100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45465; }

 p { color: rgb(164,84,101); }

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

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

 a { background-color: rgb(164,84,101); }

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

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

 span { border-color: rgb(164,84,101); }

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