#A25A63

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

Shades of Vin Rouge #A25A63

Tints of Vin Rouge #A25A63

Color information

#A25A63 (or 0xA25A63) is unknown color: approx Vin Rouge. HEX triplet: A2, 5A and 63. RGB value is (162,90,99). Sum of RGB (Red+Green+Blue) = 162+90+99=351 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.15% from 351); Green value is 90 (35.55% from 255 or 25.64% from 351); Blue value is 99 (39.06% from 255 or 28.21% from 351); Max value from RGB is 162 - color contains mainly: red. Hex color #A25A63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25A63 is #5DA59C. Grayscale: #707070. Windows color (decimal): -6137245 or 6511266. OLE color: 6511266.

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

Color convert

RGB1629099-
CMYK00.440.390.36
HSL352.5º28.57%49.41%-
HSV(B)352.5º44.44%63.53%-
XYZ20.8115.8913.78-
YUV112.55120.35163.27-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 46.15%
GREEN value IS 90 (35.55% from 255) = 25.64%
BLUE value IS 99 (39.06% from 255) = 28.21%
R=46.15%
G=25.64%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.39
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162909900.440.390.36352.528.5749.41
HexA25A6302C27241601d31
Octal24213214305447445403561
Binary1010001010110101100011010110010011110010010110000011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25A63; }

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

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

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

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

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

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

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

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