#A25D63

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

Shades of Vin Rouge #A25D63

Tints of Vin Rouge #A25D63

Color information

#A25D63 (or 0xA25D63) is unknown color: approx Vin Rouge. HEX triplet: A2, 5D and 63. RGB value is (162,93,99). Sum of RGB (Red+Green+Blue) = 162+93+99=354 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.76% from 354); Green value is 93 (36.72% from 255 or 26.27% from 354); Blue value is 99 (39.06% from 255 or 27.97% from 354); Max value from RGB is 162 - color contains mainly: red. Hex color #A25D63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25D63 is #5DA29C. Grayscale: #727272. Windows color (decimal): -6136477 or 6512034. OLE color: 6512034.

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

Color convert

RGB1629399-
CMYK00.430.390.36
HSL354.78º27.06%50%-
HSV(B)354.78º42.59%63.53%-
XYZ21.0716.4113.86-
YUV114.32119.36162.01-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.76%
GREEN value IS 93 (36.72% from 255) = 26.27%
BLUE value IS 99 (39.06% from 255) = 27.97%
R=45.76%
G=26.27%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.39
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162939900.430.390.36354.7827.0650
HexA25D6302B27241631b32
Octal24213514305347445433362
Binary1010001010111011100011010101110011110010010110001111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25D63; }

 p { color: rgb(162,93,99); }

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

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

 a { background-color: rgb(162,93,99); }

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

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

 span { border-color: rgb(162,93,99); }

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