Html Css Color HEX #A4516B Vin Rouge

📋 copy color: '#A4516B'

red 164 ◦ green 81 ◦ blue 107

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

Shades of Vin Rouge #A4516B

Tints of Vin Rouge #A4516B

RGB

 RED value IS 164 (64.45% from 255) = 46.59%

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

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

R = 46.59%
G = 23.01%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#A4516B (or 0xA4516B) is known color: Vin Rouge. HEX triplet: A4, 51 and 6B. RGB value is (164,81,107). Sum of RGB (Red+Green+Blue) = 164+81+107=352 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.59% from 352); Green value is 81 (32.03% from 255 or 23.01% from 352); Blue value is 107 (42.19% from 255 or 30.40% from 352); Max value from RGB is 164 - color contains mainly: red. Hex color #A4516B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4516B is #5BAE94. Grayscale: #6C6C6C. Windows color (decimal): -6008469 or 7033252. OLE color: 7033252.

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

Color convert

RGB 164 81 107 -
CMYK 0 0.51 0.35 0.36
HSL 341.2º 0.34% 0.48% -
HSV(B) 341.2º 0.51% 0.64% -
XYZ 20.91 14.84 15.67 -
YUV 108.78 127 167.39 -
System Red Green Blue C M Y K H S L
Decimal 164 81 107 0 0.51 0.35 0.36 341.2 0.34 0.48
Hex A4 51 6B 0 33 23 24 155 22 30
Octal 244 121 153 0 63 43 44 525 42 60
Binary 10100100 1010001 1101011 0 110011 100011 100100 101010101 100010 110000

Color Harmonies of #A4516B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4516B

Black with #A4516B

Text Example


Text Example

White with #A4516B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4516B; }

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

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

background-color css

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

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

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

border-color css

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

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

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