Html Css Color HEX #A16176 Mauve Taupe

📋 copy color: '#A16176'

red 161 ◦ green 97 ◦ blue 118

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

Shades of Mauve Taupe #A16176

Tints of Mauve Taupe #A16176

RGB

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

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

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

R = 42.82%
G = 25.8%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#A16176 (or 0xA16176) is known color: Mauve Taupe. HEX triplet: A1, 61 and 76. RGB value is (161,97,118). Sum of RGB (Red+Green+Blue) = 161+97+118=376 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.82% from 376); Green value is 97 (38.28% from 255 or 25.80% from 376); Blue value is 118 (46.48% from 255 or 31.38% from 376); Max value from RGB is 161 - color contains mainly: red. Hex color #A16176 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16176 is #5E9E89. Grayscale: #767676. Windows color (decimal): -6200970 or 7758241. OLE color: 7758241.

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

Color convert

RGB 161 97 118 -
CMYK 0 0.40 0.27 0.37
HSL 340.31º 0.25% 0.51% -
HSV(B) 340.31º 0.4% 0.63% -
XYZ 22.24 17.43 19.33 -
YUV 118.53 127.7 158.29 -
System Red Green Blue C M Y K H S L
Decimal 161 97 118 0 0.40 0.27 0.37 340.31 0.25 0.51
Hex A1 61 76 0 28 1B 25 154 19 33
Octal 241 141 166 0 50 33 45 524 31 63
Binary 10100001 1100001 1110110 0 101000 11011 100101 101010100 11001 110011

Color Harmonies of #A16176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16176

Black with #A16176

Text Example


Text Example

White with #A16176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16176; }

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

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

background-color css

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

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

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

border-color css

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

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

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