Html Css Color HEX #A1596F Mauve Taupe

📋 copy color: '#A1596F'

red 161 ◦ green 89 ◦ blue 111

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

Shades of Mauve Taupe #A1596F

Tints of Mauve Taupe #A1596F

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.65%

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

R = 44.6%
G = 24.65%
B = 30.75%

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

#A1596F (or 0xA1596F) is known color: Mauve Taupe. HEX triplet: A1, 59 and 6F. RGB value is (161,89,111). Sum of RGB (Red+Green+Blue) = 161+89+111=361 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.60% from 361); Green value is 89 (35.16% from 255 or 24.65% from 361); Blue value is 111 (43.75% from 255 or 30.75% from 361); Max value from RGB is 161 - color contains mainly: red. Hex color #A1596F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1596F is #5EA690. Grayscale: #717171. Windows color (decimal): -6203025 or 7297441. OLE color: 7297441.

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

Color convert

RGB 161 89 111 -
CMYK 0 0.45 0.31 0.37
HSL 341.67º 0.29% 0.49% -
HSV(B) 341.67º 0.45% 0.63% -
XYZ 21.14 15.87 16.99 -
YUV 113.04 126.85 162.21 -
System Red Green Blue C M Y K H S L
Decimal 161 89 111 0 0.45 0.31 0.37 341.67 0.29 0.49
Hex A1 59 6F 0 2D 1F 25 156 1D 31
Octal 241 131 157 0 55 37 45 526 35 61
Binary 10100001 1011001 1101111 0 101101 11111 100101 101010110 11101 110001

Color Harmonies of #A1596F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1596F

Black with #A1596F

Text Example


Text Example

White with #A1596F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1596F; }

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

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

background-color css

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

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

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

border-color css

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

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

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