Html Css Color HEX #A1586D Vin Rouge

📋 copy color: '#A1586D'

red 161 ◦ green 88 ◦ blue 109

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

Shades of Vin Rouge #A1586D

Tints of Vin Rouge #A1586D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.58%

 BLUE value IS 109 (42.97% from 255) = 30.45%

R = 44.97%
G = 24.58%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#A1586D (or 0xA1586D) is known color: Vin Rouge. HEX triplet: A1, 58 and 6D. RGB value is (161,88,109). Sum of RGB (Red+Green+Blue) = 161+88+109=358 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.97% from 358); Green value is 88 (34.77% from 255 or 24.58% from 358); Blue value is 109 (42.97% from 255 or 30.45% from 358); Max value from RGB is 161 - color contains mainly: red. Hex color #A1586D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1586D is #5EA792. Grayscale: #707070. Windows color (decimal): -6203283 or 7166113. OLE color: 7166113.

HSL color Cylindrical-coordinate representation of color #A1586D: hue angle of 342.74º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A1586D is Cyan = 0, Magento = 0.45, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 88 109 -
CMYK 0 0.45 0.32 0.37
HSL 342.74º 0.29% 0.49% -
HSV(B) 342.74º 0.45% 0.63% -
XYZ 20.95 15.66 16.39 -
YUV 112.22 126.18 162.79 -
System Red Green Blue C M Y K H S L
Decimal 161 88 109 0 0.45 0.32 0.37 342.74 0.29 0.49
Hex A1 58 6D 0 2D 20 25 157 1D 31
Octal 241 130 155 0 55 40 45 527 35 61
Binary 10100001 1011000 1101101 0 101101 100000 100101 101010111 11101 110001

Color Harmonies of #A1586D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1586D

Black with #A1586D

Text Example


Text Example

White with #A1586D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1586D; }

 p { color: rgb(161,88,109); }

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

background-color css

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

 a { background-color: rgb(161,88,109); }

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

border-color css

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

 span { border-color: rgb(161,88,109); }

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