Html Css Color HEX #A15671 Vin Rouge

📋 copy color: '#A15671'

red 161 ◦ green 86 ◦ blue 113

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

Shades of Vin Rouge #A15671

Tints of Vin Rouge #A15671

RGB

 RED value IS 161 (63.28% from 255) = 44.72%

 GREEN value IS 86 (33.98% from 255) = 23.89%

 BLUE value IS 113 (44.53% from 255) = 31.39%

R = 44.72%
G = 23.89%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.30

 K value IS 0.37

RGB Variations

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

Color information

#A15671 (or 0xA15671) is known color: Vin Rouge. HEX triplet: A1, 56 and 71. RGB value is (161,86,113). Sum of RGB (Red+Green+Blue) = 161+86+113=360 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.72% from 360); Green value is 86 (33.98% from 255 or 23.89% from 360); Blue value is 113 (44.53% from 255 or 31.39% from 360); Max value from RGB is 161 - color contains mainly: red. Hex color #A15671 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15671 is #5EA98E. Grayscale: #6F6F6F. Windows color (decimal): -6203791 or 7427745. OLE color: 7427745.

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

Color convert

RGB 161 86 113 -
CMYK 0 0.47 0.30 0.37
HSL 338.4º 0.3% 0.48% -
HSV(B) 338.4º 0.47% 0.63% -
XYZ 21.01 15.42 17.49 -
YUV 111.5 128.85 163.3 -
System Red Green Blue C M Y K H S L
Decimal 161 86 113 0 0.47 0.30 0.37 338.4 0.3 0.48
Hex A1 56 71 0 2F 1E 25 152 1E 30
Octal 241 126 161 0 57 36 45 522 36 60
Binary 10100001 1010110 1110001 0 101111 11110 100101 101010010 11110 110000

Color Harmonies of #A15671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15671

Black with #A15671

Text Example


Text Example

White with #A15671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15671; }

 p { color: rgb(161,86,113); }

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

background-color css

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

 a { background-color: rgb(161,86,113); }

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

border-color css

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

 span { border-color: rgb(161,86,113); }

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