Html Css Color HEX #A16071 Mauve Taupe

📋 copy color: '#A16071'

red 161 ◦ green 96 ◦ blue 113

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

Shades of Mauve Taupe #A16071

Tints of Mauve Taupe #A16071

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.95%

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

R = 43.51%
G = 25.95%
B = 30.54%

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

#A16071 (or 0xA16071) is known color: Mauve Taupe. HEX triplet: A1, 60 and 71. RGB value is (161,96,113). Sum of RGB (Red+Green+Blue) = 161+96+113=370 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.51% from 370); Green value is 96 (37.89% from 255 or 25.95% from 370); Blue value is 113 (44.53% from 255 or 30.54% from 370); Max value from RGB is 161 - color contains mainly: red. Hex color #A16071 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16071 is #5E9F8E. Grayscale: #757575. Windows color (decimal): -6201231 or 7430305. OLE color: 7430305.

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

Color convert

RGB 161 96 113 -
CMYK 0 0.40 0.30 0.37
HSL 344.31º 0.26% 0.5% -
HSV(B) 344.31º 0.4% 0.63% -
XYZ 21.86 17.14 17.78 -
YUV 117.37 125.53 159.12 -
System Red Green Blue C M Y K H S L
Decimal 161 96 113 0 0.40 0.30 0.37 344.31 0.26 0.5
Hex A1 60 71 0 28 1E 25 158 1A 32
Octal 241 140 161 0 50 36 45 530 32 62
Binary 10100001 1100000 1110001 0 101000 11110 100101 101011000 11010 110010

Color Harmonies of #A16071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16071

Black with #A16071

Text Example


Text Example

White with #A16071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16071; }

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

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

background-color css

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

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

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

border-color css

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

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

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