Html Css Color HEX #A15666 Vin Rouge

📋 copy color: '#A15666'

red 161 ◦ green 86 ◦ blue 102

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

Shades of Vin Rouge #A15666

Tints of Vin Rouge #A15666

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 29.23%

R = 46.13%
G = 24.64%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.37

 K value IS 0.37

RGB Variations

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

Color information

#A15666 (or 0xA15666) is known color: Vin Rouge. HEX triplet: A1, 56 and 66. RGB value is (161,86,102). Sum of RGB (Red+Green+Blue) = 161+86+102=349 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.13% from 349); Green value is 86 (33.98% from 255 or 24.64% from 349); Blue value is 102 (40.23% from 255 or 29.23% from 349); Max value from RGB is 161 - color contains mainly: red. Hex color #A15666 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15666 is #5EA999. Grayscale: #6E6E6E. Windows color (decimal): -6203802 or 6706849. OLE color: 6706849.

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

Color convert

RGB 161 86 102 -
CMYK 0 0.47 0.37 0.37
HSL 347.2º 0.3% 0.48% -
HSV(B) 347.2º 0.47% 0.63% -
XYZ 20.42 15.19 14.43 -
YUV 110.25 123.35 164.2 -
System Red Green Blue C M Y K H S L
Decimal 161 86 102 0 0.47 0.37 0.37 347.2 0.3 0.48
Hex A1 56 66 0 2F 25 25 15B 1E 30
Octal 241 126 146 0 57 45 45 533 36 60
Binary 10100001 1010110 1100110 0 101111 100101 100101 101011011 11110 110000

Color Harmonies of #A15666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15666

Black with #A15666

Text Example


Text Example

White with #A15666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15666; }

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

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

background-color css

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

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

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

border-color css

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

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

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