Html Css Color HEX #A05960 Vin Rouge

📋 copy color: '#A05960'

red 160 ◦ green 89 ◦ blue 96

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

Shades of Vin Rouge #A05960

Tints of Vin Rouge #A05960

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.8%

 BLUE value IS 96 (37.89% from 255) = 27.83%

R = 46.38%
G = 25.8%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.4

 K value IS 0.37

RGB Variations

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

Color information

#A05960 (or 0xA05960) is known color: Vin Rouge. HEX triplet: A0, 59 and 60. RGB value is (160,89,96). Sum of RGB (Red+Green+Blue) = 160+89+96=345 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.38% from 345); Green value is 89 (35.16% from 255 or 25.80% from 345); Blue value is 96 (37.89% from 255 or 27.83% from 345); Max value from RGB is 160 - color contains mainly: red. Hex color #A05960 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05960 is #5FA69F. Grayscale: #6F6F6F. Windows color (decimal): -6268576 or 6314400. OLE color: 6314400.

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

Color convert

RGB 160 89 96 -
CMYK 0 0.44 0.4 0.37
HSL 354.08º 0.29% 0.49% -
HSV(B) 354.08º 0.44% 0.63% -
XYZ 20.18 15.46 12.99 -
YUV 111.03 119.52 162.93 -
System Red Green Blue C M Y K H S L
Decimal 160 89 96 0 0.44 0.4 0.37 354.08 0.29 0.49
Hex A0 59 60 0 2C 28 25 162 1D 31
Octal 240 131 140 0 54 50 45 542 35 61
Binary 10100000 1011001 1100000 0 101100 101000 100101 101100010 11101 110001

Color Harmonies of #A05960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05960

Black with #A05960

Text Example


Text Example

White with #A05960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05960; }

 p { color: rgb(160,89,96); }

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

background-color css

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

 a { background-color: rgb(160,89,96); }

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

border-color css

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

 span { border-color: rgb(160,89,96); }

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