#A25864

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

Shades of Vin Rouge #A25864

Tints of Vin Rouge #A25864

Color information

#A25864 (or 0xA25864) is unknown color: approx Vin Rouge. HEX triplet: A2, 58 and 64. RGB value is (162,88,100). Sum of RGB (Red+Green+Blue) = 162+88+100=350 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.29% from 350); Green value is 88 (34.77% from 255 or 25.14% from 350); Blue value is 100 (39.45% from 255 or 28.57% from 350); Max value from RGB is 162 - color contains mainly: red. Hex color #A25864 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25864 is #5DA79B. Grayscale: #6F6F6F. Windows color (decimal): -6137756 or 6576290. OLE color: 6576290.

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

Color convert

RGB16288100-
CMYK00.460.380.36
HSL350.27º29.6%49.02%-
HSV(B)350.27º45.68%63.53%-
XYZ20.6915.5813.97-
YUV111.49121.52164.02-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.29%
GREEN value IS 88 (34.77% from 255) = 25.14%
BLUE value IS 100 (39.45% from 255) = 28.57%
R=46.29%
G=25.14%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.38
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628810000.460.380.36350.2729.649.02
HexA2586402E262415e1e31
Octal24213014405646445363661
Binary1010001010110001100100010111010011010010010101111011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25864; }

 p { color: rgb(162,88,100); }

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

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

 a { background-color: rgb(162,88,100); }

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

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

 span { border-color: rgb(162,88,100); }

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