Html Css Color HEX #A05963 Vin Rouge

📋 copy color: '#A05963'

red 160 ◦ green 89 ◦ blue 99

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

Shades of Vin Rouge #A05963

Tints of Vin Rouge #A05963

RGB

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

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

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

R = 45.98%
G = 25.57%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.38

 K value IS 0.37

RGB Variations

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

Color information

#A05963 (or 0xA05963) is known color: Vin Rouge. HEX triplet: A0, 59 and 63. RGB value is (160,89,99). Sum of RGB (Red+Green+Blue) = 160+89+99=348 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.98% from 348); Green value is 89 (35.16% from 255 or 25.57% from 348); Blue value is 99 (39.06% from 255 or 28.45% from 348); Max value from RGB is 160 - color contains mainly: red. Hex color #A05963 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05963 is #5FA69C. Grayscale: #6F6F6F. Windows color (decimal): -6268573 or 6511008. OLE color: 6511008.

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

Color convert

RGB 160 89 99 -
CMYK 0 0.44 0.38 0.37
HSL 351.55º 0.29% 0.49% -
HSV(B) 351.55º 0.44% 0.63% -
XYZ 20.32 15.52 13.73 -
YUV 111.37 121.02 162.69 -
System Red Green Blue C M Y K H S L
Decimal 160 89 99 0 0.44 0.38 0.37 351.55 0.29 0.49
Hex A0 59 63 0 2C 26 25 160 1D 31
Octal 240 131 143 0 54 46 45 540 35 61
Binary 10100000 1011001 1100011 0 101100 100110 100101 101100000 11101 110001

Color Harmonies of #A05963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05963

Black with #A05963

Text Example


Text Example

White with #A05963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05963; }

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

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

background-color css

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

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

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

border-color css

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

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

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