Html Css Color HEX #A16171 Mauve Taupe

📋 copy color: '#A16171'

red 161 ◦ green 97 ◦ blue 113

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

Shades of Mauve Taupe #A16171

Tints of Mauve Taupe #A16171

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.15%

 BLUE value IS 113 (44.53% from 255) = 30.46%

R = 43.4%
G = 26.15%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.30

 K value IS 0.37

RGB Variations

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

Color information

#A16171 (or 0xA16171) is known color: Mauve Taupe. HEX triplet: A1, 61 and 71. RGB value is (161,97,113). Sum of RGB (Red+Green+Blue) = 161+97+113=371 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.40% from 371); Green value is 97 (38.28% from 255 or 26.15% from 371); Blue value is 113 (44.53% from 255 or 30.46% from 371); Max value from RGB is 161 - color contains mainly: red. Hex color #A16171 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16171 is #5E9E8E. Grayscale: #757575. Windows color (decimal): -6200975 or 7430561. OLE color: 7430561.

HSL color Cylindrical-coordinate representation of color #A16171: hue angle of 345º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A16171 is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 97 113 -
CMYK 0 0.40 0.30 0.37
HSL 345º 0.25% 0.51% -
HSV(B) 345º 0.4% 0.63% -
XYZ 21.95 17.32 17.81 -
YUV 117.96 125.2 158.7 -
System Red Green Blue C M Y K H S L
Decimal 161 97 113 0 0.40 0.30 0.37 345 0.25 0.51
Hex A1 61 71 0 28 1E 25 159 19 33
Octal 241 141 161 0 50 36 45 531 31 63
Binary 10100001 1100001 1110001 0 101000 11110 100101 101011001 11001 110011

Color Harmonies of #A16171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16171

Black with #A16171

Text Example


Text Example

White with #A16171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16171; }

 p { color: rgb(161,97,113); }

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

background-color css

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

 a { background-color: rgb(161,97,113); }

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

border-color css

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

 span { border-color: rgb(161,97,113); }

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