#A2586B

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

Shades of Vin Rouge #A2586B

Tints of Vin Rouge #A2586B

Color information

#A2586B (or 0xA2586B) is unknown color: approx Vin Rouge. HEX triplet: A2, 58 and 6B. RGB value is (162,88,107). Sum of RGB (Red+Green+Blue) = 162+88+107=357 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.38% from 357); Green value is 88 (34.77% from 255 or 24.65% from 357); Blue value is 107 (42.19% from 255 or 29.97% from 357); Max value from RGB is 162 - color contains mainly: red. Hex color #A2586B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A2586B is #5DA794. Grayscale: #707070. Windows color (decimal): -6137749 or 7035042. OLE color: 7035042.

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

Color convert

RGB16288107-
CMYK00.460.340.36
HSL344.59º29.6%49.02%-
HSV(B)344.59º45.68%63.53%-
XYZ21.0415.7215.84-
YUV112.29125.02163.46-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 45.38%
GREEN value IS 88 (34.77% from 255) = 24.65%
BLUE value IS 107 (42.19% from 255) = 29.97%
R=45.38%
G=24.65%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628810700.460.340.36344.5929.649.02
HexA2586B02E22241591e31
Octal24213015305642445313661
Binary1010001010110001101011010111010001010010010101100111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2586B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2586B; }

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

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

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

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

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

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

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

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