Html Css Color HEX #A1586F Vin Rouge

📋 copy color: '#A1586F'

red 161 ◦ green 88 ◦ blue 111

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

Shades of Vin Rouge #A1586F

Tints of Vin Rouge #A1586F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 30.83%

R = 44.72%
G = 24.44%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.31

 K value IS 0.37

RGB Variations

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

Color information

#A1586F (or 0xA1586F) is known color: Vin Rouge. HEX triplet: A1, 58 and 6F. RGB value is (161,88,111). Sum of RGB (Red+Green+Blue) = 161+88+111=360 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.72% from 360); Green value is 88 (34.77% from 255 or 24.44% from 360); Blue value is 111 (43.75% from 255 or 30.83% from 360); Max value from RGB is 161 - color contains mainly: red. Hex color #A1586F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1586F is #5EA790. Grayscale: #707070. Windows color (decimal): -6203281 or 7297185. OLE color: 7297185.

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

Color convert

RGB 161 88 111 -
CMYK 0 0.45 0.31 0.37
HSL 341.1º 0.29% 0.49% -
HSV(B) 341.1º 0.45% 0.63% -
XYZ 21.06 15.7 16.96 -
YUV 112.45 127.18 162.63 -
System Red Green Blue C M Y K H S L
Decimal 161 88 111 0 0.45 0.31 0.37 341.1 0.29 0.49
Hex A1 58 6F 0 2D 1F 25 155 1D 31
Octal 241 130 157 0 55 37 45 525 35 61
Binary 10100001 1011000 1101111 0 101101 11111 100101 101010101 11101 110001

Color Harmonies of #A1586F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1586F

Black with #A1586F

Text Example


Text Example

White with #A1586F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1586F; }

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

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

background-color css

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

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

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

border-color css

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

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

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