Html Css Color HEX #A05863 Vin Rouge

📋 copy color: '#A05863'

red 160 ◦ green 88 ◦ blue 99

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

Shades of Vin Rouge #A05863

Tints of Vin Rouge #A05863

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 28.53%

R = 46.11%
G = 25.36%
B = 28.53%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.38

 K value IS 0.37

RGB Variations

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

Color information

#A05863 (or 0xA05863) is known color: Vin Rouge. HEX triplet: A0, 58 and 63. RGB value is (160,88,99). Sum of RGB (Red+Green+Blue) = 160+88+99=347 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.11% from 347); Green value is 88 (34.77% from 255 or 25.36% from 347); Blue value is 99 (39.06% from 255 or 28.53% from 347); Max value from RGB is 160 - color contains mainly: red. Hex color #A05863 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05863 is #5FA79C. Grayscale: #6E6E6E. Windows color (decimal): -6268829 or 6510752. OLE color: 6510752.

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

Color convert

RGB 160 88 99 -
CMYK 0 0.45 0.38 0.37
HSL 350.83º 0.29% 0.49% -
HSV(B) 350.83º 0.45% 0.63% -
XYZ 20.24 15.35 13.7 -
YUV 110.78 121.35 163.11 -
System Red Green Blue C M Y K H S L
Decimal 160 88 99 0 0.45 0.38 0.37 350.83 0.29 0.49
Hex A0 58 63 0 2D 26 25 15F 1D 31
Octal 240 130 143 0 55 46 45 537 35 61
Binary 10100000 1011000 1100011 0 101101 100110 100101 101011111 11101 110001

Color Harmonies of #A05863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05863

Black with #A05863

Text Example


Text Example

White with #A05863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05863; }

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

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

background-color css

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

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

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

border-color css

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

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

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