Html Css Color HEX #A0556D Vin Rouge

📋 copy color: '#A0556D'

red 160 ◦ green 85 ◦ blue 109

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

Shades of Vin Rouge #A0556D

Tints of Vin Rouge #A0556D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.01%

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

R = 45.2%
G = 24.01%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#A0556D (or 0xA0556D) is known color: Vin Rouge. HEX triplet: A0, 55 and 6D. RGB value is (160,85,109). Sum of RGB (Red+Green+Blue) = 160+85+109=354 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.20% from 354); Green value is 85 (33.59% from 255 or 24.01% from 354); Blue value is 109 (42.97% from 255 or 30.79% from 354); Max value from RGB is 160 - color contains mainly: red. Hex color #A0556D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0556D is #5FAA92. Grayscale: #6E6E6E. Windows color (decimal): -6269587 or 7165344. OLE color: 7165344.

HSL color Cylindrical-coordinate representation of color #A0556D: hue angle of 340.8º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A0556D is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 85 109 -
CMYK 0 0.47 0.32 0.37
HSL 340.8º 0.31% 0.48% -
HSV(B) 340.8º 0.47% 0.63% -
XYZ 20.51 15.07 16.3 -
YUV 110.16 127.35 163.55 -
System Red Green Blue C M Y K H S L
Decimal 160 85 109 0 0.47 0.32 0.37 340.8 0.31 0.48
Hex A0 55 6D 0 2F 20 25 155 1F 30
Octal 240 125 155 0 57 40 45 525 37 60
Binary 10100000 1010101 1101101 0 101111 100000 100101 101010101 11111 110000

Color Harmonies of #A0556D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0556D

Black with #A0556D

Text Example


Text Example

White with #A0556D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0556D; }

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

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

background-color css

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

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

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

border-color css

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

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

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