#A25868

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

Shades of Vin Rouge #A25868

Tints of Vin Rouge #A25868

Color information

#A25868 (or 0xA25868) is unknown color: approx Vin Rouge. HEX triplet: A2, 58 and 68. RGB value is (162,88,104). Sum of RGB (Red+Green+Blue) = 162+88+104=354 (46% of max value = 765). Red value is 162 (63.67% from 255 or 45.76% from 354); Green value is 88 (34.77% from 255 or 24.86% from 354); Blue value is 104 (41.02% from 255 or 29.38% from 354); Max value from RGB is 162 - color contains mainly: red. Hex color #A25868 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25868 is #5DA797. Grayscale: #6F6F6F. Windows color (decimal): -6137752 or 6838434. OLE color: 6838434.

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

Color convert

RGB16288104-
CMYK00.460.360.36
HSL347.03º29.6%49.02%-
HSV(B)347.03º45.68%63.53%-
XYZ20.8915.6615.02-
YUV111.95123.52163.7-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.76%
GREEN value IS 88 (34.77% from 255) = 24.86%
BLUE value IS 104 (41.02% from 255) = 29.38%
R=45.76%
G=24.86%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.36
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628810400.460.360.36347.0329.649.02
HexA2586802E242415b1e31
Octal24213015005644445333661
Binary1010001010110001101000010111010010010010010101101111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25868; }

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

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

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

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

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

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

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

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