Html Css Color HEX #A16276 Mauve Taupe

📋 copy color: '#A16276'

red 161 ◦ green 98 ◦ blue 118

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

Shades of Mauve Taupe #A16276

Tints of Mauve Taupe #A16276

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.99%

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

R = 42.71%
G = 25.99%
B = 31.3%

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

#A16276 (or 0xA16276) is known color: Mauve Taupe. HEX triplet: A1, 62 and 76. RGB value is (161,98,118). Sum of RGB (Red+Green+Blue) = 161+98+118=377 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.71% from 377); Green value is 98 (38.67% from 255 or 25.99% from 377); Blue value is 118 (46.48% from 255 or 31.30% from 377); Max value from RGB is 161 - color contains mainly: red. Hex color #A16276 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16276 is #5E9D89. Grayscale: #777777. Windows color (decimal): -6200714 or 7758497. OLE color: 7758497.

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

Color convert

RGB 161 98 118 -
CMYK 0 0.39 0.27 0.37
HSL 340.95º 0.25% 0.51% -
HSV(B) 340.95º 0.39% 0.63% -
XYZ 22.34 17.62 19.36 -
YUV 119.12 127.37 157.87 -
System Red Green Blue C M Y K H S L
Decimal 161 98 118 0 0.39 0.27 0.37 340.95 0.25 0.51
Hex A1 62 76 0 27 1B 25 155 19 33
Octal 241 142 166 0 47 33 45 525 31 63
Binary 10100001 1100010 1110110 0 100111 11011 100101 101010101 11001 110011

Color Harmonies of #A16276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16276

Black with #A16276

Text Example


Text Example

White with #A16276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16276; }

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

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

background-color css

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

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

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

border-color css

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

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

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