#A0586B

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

Shades of Vin Rouge #A0586B

Tints of Vin Rouge #A0586B

Color information

#A0586B (or 0xA0586B) is unknown color: approx Vin Rouge. HEX triplet: A0, 58 and 6B. RGB value is (160,88,107). Sum of RGB (Red+Green+Blue) = 160+88+107=355 (47% of max value = 765). Red value is 160 (62.89% from 255 or 45.07% from 355); Green value is 88 (34.77% from 255 or 24.79% from 355); Blue value is 107 (42.19% from 255 or 30.14% from 355); Max value from RGB is 160 - color contains mainly: red. Hex color #A0586B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0586B is #5FA794. Grayscale: #6F6F6F. Windows color (decimal): -6268821 or 7035040. OLE color: 7035040.

HSL color Cylindrical-coordinate representation of color #A0586B: hue angle of 344.17º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A0586B is Cyan = 0, Magento = 0.45, Yellow = 0.33 and Black (K on CMYK) = 0.37.

Color convert

RGB16088107-
CMYK00.450.330.37
HSL344.17º29.03%48.63%-
HSV(B)344.17º45%62.75%-
XYZ20.6415.5115.82-
YUV111.69125.35162.46-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.07%
GREEN value IS 88 (34.77% from 255) = 24.79%
BLUE value IS 107 (42.19% from 255) = 30.14%
R=45.07%
G=24.79%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.33
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608810700.450.330.37344.1729.0348.63
HexA0586B02D21251581d31
Octal24013015305541455303561
Binary1010000010110001101011010110110000110010110101100011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0586B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0586B; }

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

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

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

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

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

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

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

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