Html Css Color HEX #A16279 Mauve Taupe

📋 copy color: '#A16279'

red 161 ◦ green 98 ◦ blue 121

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

Shades of Mauve Taupe #A16279

Tints of Mauve Taupe #A16279

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 31.84%

R = 42.37%
G = 25.79%
B = 31.84%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.25

 K value IS 0.37

RGB Variations

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

Color information

#A16279 (or 0xA16279) is known color: Mauve Taupe. HEX triplet: A1, 62 and 79. RGB value is (161,98,121). Sum of RGB (Red+Green+Blue) = 161+98+121=380 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.37% from 380); Green value is 98 (38.67% from 255 or 25.79% from 380); Blue value is 121 (47.66% from 255 or 31.84% from 380); Max value from RGB is 161 - color contains mainly: red. Hex color #A16279 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16279 is #5E9D86. Grayscale: #777777. Windows color (decimal): -6200711 or 7955105. OLE color: 7955105.

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

Color convert

RGB 161 98 121 -
CMYK 0 0.39 0.25 0.37
HSL 338.1º 0.25% 0.51% -
HSV(B) 338.1º 0.39% 0.63% -
XYZ 22.52 17.69 20.32 -
YUV 119.46 128.87 157.63 -
System Red Green Blue C M Y K H S L
Decimal 161 98 121 0 0.39 0.25 0.37 338.1 0.25 0.51
Hex A1 62 79 0 27 19 25 152 19 33
Octal 241 142 171 0 47 31 45 522 31 63
Binary 10100001 1100010 1111001 0 100111 11001 100101 101010010 11001 110011

Color Harmonies of #A16279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16279

Black with #A16279

Text Example


Text Example

White with #A16279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16279; }

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

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

background-color css

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

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

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

border-color css

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

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

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