Html Css Color HEX #A16376 Mauve Taupe

📋 copy color: '#A16376'

red 161 ◦ green 99 ◦ blue 118

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

Shades of Mauve Taupe #A16376

Tints of Mauve Taupe #A16376

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.19%

 BLUE value IS 118 (46.48% from 255) = 31.22%

R = 42.59%
G = 26.19%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#A16376 (or 0xA16376) is known color: Mauve Taupe. HEX triplet: A1, 63 and 76. RGB value is (161,99,118). Sum of RGB (Red+Green+Blue) = 161+99+118=378 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.59% from 378); Green value is 99 (39.06% from 255 or 26.19% from 378); Blue value is 118 (46.48% from 255 or 31.22% from 378); Max value from RGB is 161 - color contains mainly: red. Hex color #A16376 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16376 is #5E9C89. Grayscale: #777777. Windows color (decimal): -6200458 or 7758753. OLE color: 7758753.

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

Color convert

RGB 161 99 118 -
CMYK 0 0.39 0.27 0.37
HSL 341.61º 0.25% 0.51% -
HSV(B) 341.61º 0.39% 0.63% -
XYZ 22.43 17.81 19.39 -
YUV 119.7 127.04 157.46 -
System Red Green Blue C M Y K H S L
Decimal 161 99 118 0 0.39 0.27 0.37 341.61 0.25 0.51
Hex A1 63 76 0 27 1B 25 156 19 33
Octal 241 143 166 0 47 33 45 526 31 63
Binary 10100001 1100011 1110110 0 100111 11011 100101 101010110 11001 110011

Color Harmonies of #A16376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16376

Black with #A16376

Text Example


Text Example

White with #A16376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16376; }

 p { color: rgb(161,99,118); }

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

background-color css

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

 a { background-color: rgb(161,99,118); }

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

border-color css

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

 span { border-color: rgb(161,99,118); }

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