Html Css Color HEX #A16076 Mauve Taupe

📋 copy color: '#A16076'

red 161 ◦ green 96 ◦ blue 118

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

Shades of Mauve Taupe #A16076

Tints of Mauve Taupe #A16076

RGB

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

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

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

R = 42.93%
G = 25.6%
B = 31.47%

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

#A16076 (or 0xA16076) is known color: Mauve Taupe. HEX triplet: A1, 60 and 76. RGB value is (161,96,118). Sum of RGB (Red+Green+Blue) = 161+96+118=375 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.93% from 375); Green value is 96 (37.89% from 255 or 25.6% from 375); Blue value is 118 (46.48% from 255 or 31.47% from 375); Max value from RGB is 161 - color contains mainly: red. Hex color #A16076 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16076 is #5E9F89. Grayscale: #757575. Windows color (decimal): -6201226 or 7757985. OLE color: 7757985.

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

Color convert

RGB 161 96 118 -
CMYK 0 0.40 0.27 0.37
HSL 339.69º 0.26% 0.5% -
HSV(B) 339.69º 0.4% 0.63% -
XYZ 22.15 17.25 19.3 -
YUV 117.94 128.03 158.71 -
System Red Green Blue C M Y K H S L
Decimal 161 96 118 0 0.40 0.27 0.37 339.69 0.26 0.5
Hex A1 60 76 0 28 1B 25 154 1A 32
Octal 241 140 166 0 50 33 45 524 32 62
Binary 10100001 1100000 1110110 0 101000 11011 100101 101010100 11010 110010

Color Harmonies of #A16076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16076

Black with #A16076

Text Example


Text Example

White with #A16076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16076; }

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

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

background-color css

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

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

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

border-color css

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

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

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