Html Css Color HEX #A16175 Mauve Taupe

📋 copy color: '#A16175'

red 161 ◦ green 97 ◦ blue 117

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

Shades of Mauve Taupe #A16175

Tints of Mauve Taupe #A16175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 31.2%

R = 42.93%
G = 25.87%
B = 31.2%

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

#A16175 (or 0xA16175) is known color: Mauve Taupe. HEX triplet: A1, 61 and 75. RGB value is (161,97,117). Sum of RGB (Red+Green+Blue) = 161+97+117=375 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.93% from 375); Green value is 97 (38.28% from 255 or 25.87% from 375); Blue value is 117 (46.09% from 255 or 31.2% from 375); Max value from RGB is 161 - color contains mainly: red. Hex color #A16175 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16175 is #5E9E8A. Grayscale: #767676. Windows color (decimal): -6200971 or 7692705. OLE color: 7692705.

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

Color convert

RGB 161 97 117 -
CMYK 0 0.40 0.27 0.37
HSL 341.25º 0.25% 0.51% -
HSV(B) 341.25º 0.4% 0.63% -
XYZ 22.18 17.41 19.02 -
YUV 118.42 127.2 158.37 -
System Red Green Blue C M Y K H S L
Decimal 161 97 117 0 0.40 0.27 0.37 341.25 0.25 0.51
Hex A1 61 75 0 28 1B 25 155 19 33
Octal 241 141 165 0 50 33 45 525 31 63
Binary 10100001 1100001 1110101 0 101000 11011 100101 101010101 11001 110011

Color Harmonies of #A16175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16175

Black with #A16175

Text Example


Text Example

White with #A16175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16175; }

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

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

background-color css

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

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

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

border-color css

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

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

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