Html Css Color HEX #A0586D Vin Rouge

📋 copy color: '#A0586D'

red 160 ◦ green 88 ◦ blue 109

#A0586D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vin Rouge #A0586D

Tints of Vin Rouge #A0586D

RGB

 RED value IS 160 (62.89% from 255) = 44.82%

 GREEN value IS 88 (34.77% from 255) = 24.65%

 BLUE value IS 109 (42.97% from 255) = 30.53%

R = 44.82%
G = 24.65%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#A0586D (or 0xA0586D) is known color: Vin Rouge. HEX triplet: A0, 58 and 6D. RGB value is (160,88,109). Sum of RGB (Red+Green+Blue) = 160+88+109=357 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.82% from 357); Green value is 88 (34.77% from 255 or 24.65% from 357); Blue value is 109 (42.97% from 255 or 30.53% from 357); Max value from RGB is 160 - color contains mainly: red. Hex color #A0586D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0586D is #5FA792. Grayscale: #6F6F6F. Windows color (decimal): -6268819 or 7166112. OLE color: 7166112.

HSL color Cylindrical-coordinate representation of color #A0586D: hue angle of 342.5º 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 #A0586D is Cyan = 0, Magento = 0.45, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 88 109 -
CMYK 0 0.45 0.32 0.37
HSL 342.5º 0.29% 0.49% -
HSV(B) 342.5º 0.45% 0.63% -
XYZ 20.75 15.56 16.38 -
YUV 111.92 126.35 162.29 -
System Red Green Blue C M Y K H S L
Decimal 160 88 109 0 0.45 0.32 0.37 342.5 0.29 0.49
Hex A0 58 6D 0 2D 20 25 156 1D 31
Octal 240 130 155 0 55 40 45 526 35 61
Binary 10100000 1011000 1101101 0 101101 100000 100101 101010110 11101 110001

Color Harmonies of #A0586D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0586D

Black with #A0586D

Text Example


Text Example

White with #A0586D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0586D; }

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

 H1.HeaderClassName
 {
   color: #A0586D;
 }
 .AnyTagClassName
 {
   color: #A0586D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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