Html Css Color HEX #A0516B Vin Rouge

📋 copy color: '#A0516B'

red 160 ◦ green 81 ◦ blue 107

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

Shades of Vin Rouge #A0516B

Tints of Vin Rouge #A0516B

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.28%

 BLUE value IS 107 (42.19% from 255) = 30.75%

R = 45.98%
G = 23.28%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.33

 K value IS 0.37

RGB Variations

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

Color information

#A0516B (or 0xA0516B) is known color: Vin Rouge. HEX triplet: A0, 51 and 6B. RGB value is (160,81,107). Sum of RGB (Red+Green+Blue) = 160+81+107=348 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.98% from 348); Green value is 81 (32.03% from 255 or 23.28% from 348); Blue value is 107 (42.19% from 255 or 30.75% from 348); Max value from RGB is 160 - color contains mainly: red. Hex color #A0516B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0516B is #5FAE94. Grayscale: #6B6B6B. Windows color (decimal): -6270613 or 7033248. OLE color: 7033248.

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

Color convert

RGB 160 81 107 -
CMYK 0 0.49 0.33 0.37
HSL 340.25º 0.33% 0.47% -
HSV(B) 340.25º 0.49% 0.63% -
XYZ 20.09 14.42 15.63 -
YUV 107.59 127.67 165.39 -
System Red Green Blue C M Y K H S L
Decimal 160 81 107 0 0.49 0.33 0.37 340.25 0.33 0.47
Hex A0 51 6B 0 31 21 25 154 21 2F
Octal 240 121 153 0 61 41 45 524 41 57
Binary 10100000 1010001 1101011 0 110001 100001 100101 101010100 100001 101111

Color Harmonies of #A0516B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0516B

Black with #A0516B

Text Example


Text Example

White with #A0516B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0516B; }

 p { color: rgb(160,81,107); }

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

background-color css

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

 a { background-color: rgb(160,81,107); }

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

border-color css

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

 span { border-color: rgb(160,81,107); }

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