Html Css Color HEX #A05760 Vin Rouge

📋 copy color: '#A05760'

red 160 ◦ green 87 ◦ blue 96

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

Shades of Vin Rouge #A05760

Tints of Vin Rouge #A05760

RGB

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

 GREEN value IS 87 (34.38% from 255) = 25.36%

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

R = 46.65%
G = 25.36%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.4

 K value IS 0.37

RGB Variations

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

Color information

#A05760 (or 0xA05760) is known color: Vin Rouge. HEX triplet: A0, 57 and 60. RGB value is (160,87,96). Sum of RGB (Red+Green+Blue) = 160+87+96=343 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.65% from 343); Green value is 87 (34.38% from 255 or 25.36% from 343); Blue value is 96 (37.89% from 255 or 27.99% from 343); Max value from RGB is 160 - color contains mainly: red. Hex color #A05760 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05760 is #5FA89F. Grayscale: #6D6D6D. Windows color (decimal): -6269088 or 6313888. OLE color: 6313888.

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

Color convert

RGB 160 87 96 -
CMYK 0 0.46 0.4 0.37
HSL 352.6º 0.3% 0.48% -
HSV(B) 352.6º 0.46% 0.63% -
XYZ 20.02 15.13 12.93 -
YUV 109.85 120.18 163.77 -
System Red Green Blue C M Y K H S L
Decimal 160 87 96 0 0.46 0.4 0.37 352.6 0.3 0.48
Hex A0 57 60 0 2E 28 25 161 1E 30
Octal 240 127 140 0 56 50 45 541 36 60
Binary 10100000 1010111 1100000 0 101110 101000 100101 101100001 11110 110000

Color Harmonies of #A05760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05760

Black with #A05760

Text Example


Text Example

White with #A05760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05760; }

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

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

background-color css

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

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

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

border-color css

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

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

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