#A45467

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

Shades of Vin Rouge #A45467

Tints of Vin Rouge #A45467

Color information

#A45467 (or 0xA45467) is unknown color: approx Vin Rouge. HEX triplet: A4, 54 and 67. RGB value is (164,84,103). Sum of RGB (Red+Green+Blue) = 164+84+103=351 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.72% from 351); Green value is 84 (33.20% from 255 or 23.93% from 351); Blue value is 103 (40.62% from 255 or 29.34% from 351); Max value from RGB is 164 - color contains mainly: red. Hex color #A45467 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45467 is #5BAB98. Grayscale: #6E6E6E. Windows color (decimal): -6007705 or 6771876. OLE color: 6771876.

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

Color convert

RGB16484103-
CMYK00.490.370.36
HSL345.75º32.26%48.63%-
HSV(B)345.75º48.78%64.31%-
XYZ20.9315.2114.67-
YUV110.09124166.46-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.72%
GREEN value IS 84 (33.20% from 255) = 23.93%
BLUE value IS 103 (40.62% from 255) = 29.34%
R=46.72%
G=23.93%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.37
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648410300.490.370.36345.7532.2648.63
HexA45467031252415a2031
Octal24412414706145445324061
Binary10100100101010011001110110001100101100100101011010100000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45467; }

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

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

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

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

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

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

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

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