Html Css Color HEX #A0516C Vin Rouge

📋 copy color: '#A0516C'

red 160 ◦ green 81 ◦ blue 108

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

Shades of Vin Rouge #A0516C

Tints of Vin Rouge #A0516C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 30.95%

R = 45.85%
G = 23.21%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#A0516C (or 0xA0516C) is known color: Vin Rouge. HEX triplet: A0, 51 and 6C. RGB value is (160,81,108). Sum of RGB (Red+Green+Blue) = 160+81+108=349 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.85% from 349); Green value is 81 (32.03% from 255 or 23.21% from 349); Blue value is 108 (42.58% from 255 or 30.95% from 349); Max value from RGB is 160 - color contains mainly: red. Hex color #A0516C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0516C is #5FAE93. Grayscale: #6B6B6B. Windows color (decimal): -6270612 or 7098784. OLE color: 7098784.

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

Color convert

RGB 160 81 108 -
CMYK 0 0.49 0.32 0.37
HSL 339.49º 0.33% 0.47% -
HSV(B) 339.49º 0.49% 0.63% -
XYZ 20.15 14.44 15.91 -
YUV 107.7 128.17 165.3 -
System Red Green Blue C M Y K H S L
Decimal 160 81 108 0 0.49 0.32 0.37 339.49 0.33 0.47
Hex A0 51 6C 0 31 20 25 153 21 2F
Octal 240 121 154 0 61 40 45 523 41 57
Binary 10100000 1010001 1101100 0 110001 100000 100101 101010011 100001 101111

Color Harmonies of #A0516C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0516C

Black with #A0516C

Text Example


Text Example

White with #A0516C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0516C; }

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

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

background-color css

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

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

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

border-color css

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

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

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