#A25862

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

Shades of Vin Rouge #A25862

Tints of Vin Rouge #A25862

Color information

#A25862 (or 0xA25862) is unknown color: approx Vin Rouge. HEX triplet: A2, 58 and 62. RGB value is (162,88,98). Sum of RGB (Red+Green+Blue) = 162+88+98=348 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.55% from 348); Green value is 88 (34.77% from 255 or 25.29% from 348); Blue value is 98 (38.67% from 255 or 28.16% from 348); Max value from RGB is 162 - color contains mainly: red. Hex color #A25862 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25862 is #5DA79D. Grayscale: #6F6F6F. Windows color (decimal): -6137758 or 6445218. OLE color: 6445218.

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

Color convert

RGB1628898-
CMYK00.460.400.36
HSL351.89º29.6%49.02%-
HSV(B)351.89º45.68%63.53%-
XYZ20.5915.5413.47-
YUV111.27120.52164.19-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.55%
GREEN value IS 88 (34.77% from 255) = 25.29%
BLUE value IS 98 (38.67% from 255) = 28.16%
R=46.55%
G=25.29%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162889800.460.400.36351.8929.649.02
HexA2586202E28241601e31
Octal24213014205650445403661
Binary1010001010110001100010010111010100010010010110000011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25862; }

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

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

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

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

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

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

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

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