#A2586D

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

Shades of Vin Rouge #A2586D

Tints of Vin Rouge #A2586D

Color information

#A2586D (or 0xA2586D) is unknown color: approx Vin Rouge. HEX triplet: A2, 58 and 6D. RGB value is (162,88,109). Sum of RGB (Red+Green+Blue) = 162+88+109=359 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.13% from 359); Green value is 88 (34.77% from 255 or 24.51% from 359); Blue value is 109 (42.97% from 255 or 30.36% from 359); Max value from RGB is 162 - color contains mainly: red. Hex color #A2586D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2586D is #5DA792. Grayscale: #707070. Windows color (decimal): -6137747 or 7166114. OLE color: 7166114.

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

Color convert

RGB16288109-
CMYK00.460.330.36
HSL342.97º29.6%49.02%-
HSV(B)342.97º45.68%63.53%-
XYZ21.1515.7616.4-
YUV112.52126.02163.29-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.13%
GREEN value IS 88 (34.77% from 255) = 24.51%
BLUE value IS 109 (42.97% from 255) = 30.36%
R=45.13%
G=24.51%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628810900.460.330.36342.9729.649.02
HexA2586D02E21241571e31
Octal24213015505641445273661
Binary1010001010110001101101010111010000110010010101011111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2586D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2586D; }

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

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

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

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

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

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

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

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