Html Css Color HEX #A1596E Mauve Taupe

📋 copy color: '#A1596E'

red 161 ◦ green 89 ◦ blue 110

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

Shades of Mauve Taupe #A1596E

Tints of Mauve Taupe #A1596E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 30.56%

R = 44.72%
G = 24.72%
B = 30.56%

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

#A1596E (or 0xA1596E) is known color: Mauve Taupe. HEX triplet: A1, 59 and 6E. RGB value is (161,89,110). Sum of RGB (Red+Green+Blue) = 161+89+110=360 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.72% from 360); Green value is 89 (35.16% from 255 or 24.72% from 360); Blue value is 110 (43.36% from 255 or 30.56% from 360); Max value from RGB is 161 - color contains mainly: red. Hex color #A1596E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1596E is #5EA691. Grayscale: #707070. Windows color (decimal): -6203026 or 7231905. OLE color: 7231905.

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

Color convert

RGB 161 89 110 -
CMYK 0 0.45 0.32 0.37
HSL 342.5º 0.29% 0.49% -
HSV(B) 342.5º 0.45% 0.63% -
XYZ 21.08 15.85 16.7 -
YUV 112.92 126.35 162.29 -
System Red Green Blue C M Y K H S L
Decimal 161 89 110 0 0.45 0.32 0.37 342.5 0.29 0.49
Hex A1 59 6E 0 2D 20 25 156 1D 31
Octal 241 131 156 0 55 40 45 526 35 61
Binary 10100001 1011001 1101110 0 101101 100000 100101 101010110 11101 110001

Color Harmonies of #A1596E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1596E

Black with #A1596E

Text Example


Text Example

White with #A1596E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1596E; }

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

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

background-color css

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

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

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

border-color css

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

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

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