Html Css Color HEX #A5516B Vin Rouge

📋 copy color: '#A5516B'

red 165 ◦ green 81 ◦ blue 107

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

Shades of Vin Rouge #A5516B

Tints of Vin Rouge #A5516B

RGB

 RED value IS 165 (64.84% from 255) = 46.74%

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

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

R = 46.74%
G = 22.95%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#A5516B (or 0xA5516B) is known color: Vin Rouge. HEX triplet: A5, 51 and 6B. RGB value is (165,81,107). Sum of RGB (Red+Green+Blue) = 165+81+107=353 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.74% from 353); Green value is 81 (32.03% from 255 or 22.95% from 353); Blue value is 107 (42.19% from 255 or 30.31% from 353); Max value from RGB is 165 - color contains mainly: red. Hex color #A5516B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5516B is #5AAE94. Grayscale: #6D6D6D. Windows color (decimal): -5942933 or 7033253. OLE color: 7033253.

HSL color Cylindrical-coordinate representation of color #A5516B: hue angle of 341.43º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A5516B is Cyan = 0, Magento = 0.51, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 81 107 -
CMYK 0 0.51 0.35 0.35
HSL 341.43º 0.34% 0.48% -
HSV(B) 341.43º 0.51% 0.65% -
XYZ 21.11 14.95 15.68 -
YUV 109.08 126.83 167.89 -
System Red Green Blue C M Y K H S L
Decimal 165 81 107 0 0.51 0.35 0.35 341.43 0.34 0.48
Hex A5 51 6B 0 33 23 23 155 22 30
Octal 245 121 153 0 63 43 43 525 42 60
Binary 10100101 1010001 1101011 0 110011 100011 100011 101010101 100010 110000

Color Harmonies of #A5516B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5516B

Black with #A5516B

Text Example


Text Example

White with #A5516B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5516B; }

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

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

background-color css

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

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

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

border-color css

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

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

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