Html Css Color HEX #A16275 Mauve Taupe

📋 copy color: '#A16275'

red 161 ◦ green 98 ◦ blue 117

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

Shades of Mauve Taupe #A16275

Tints of Mauve Taupe #A16275

RGB

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

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

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

R = 42.82%
G = 26.06%
B = 31.12%

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

#A16275 (or 0xA16275) is known color: Mauve Taupe. HEX triplet: A1, 62 and 75. RGB value is (161,98,117). Sum of RGB (Red+Green+Blue) = 161+98+117=376 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.82% from 376); Green value is 98 (38.67% from 255 or 26.06% from 376); Blue value is 117 (46.09% from 255 or 31.12% from 376); Max value from RGB is 161 - color contains mainly: red. Hex color #A16275 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16275 is #5E9D8A. Grayscale: #767676. Windows color (decimal): -6200715 or 7692961. OLE color: 7692961.

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

Color convert

RGB 161 98 117 -
CMYK 0 0.39 0.27 0.37
HSL 341.9º 0.25% 0.51% -
HSV(B) 341.9º 0.39% 0.63% -
XYZ 22.28 17.6 19.05 -
YUV 119 126.87 157.96 -
System Red Green Blue C M Y K H S L
Decimal 161 98 117 0 0.39 0.27 0.37 341.9 0.25 0.51
Hex A1 62 75 0 27 1B 25 156 19 33
Octal 241 142 165 0 47 33 45 526 31 63
Binary 10100001 1100010 1110101 0 100111 11011 100101 101010110 11001 110011

Color Harmonies of #A16275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16275

Black with #A16275

Text Example


Text Example

White with #A16275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16275; }

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

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

background-color css

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

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

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

border-color css

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

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

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