#A26276

Color #A26276 Mauve Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve Taupe #A26276

Tints of Mauve Taupe #A26276

Color information

#A26276 (or 0xA26276) is unknown color: approx Mauve Taupe. HEX triplet: A2, 62 and 76. RGB value is (162,98,118). Sum of RGB (Red+Green+Blue) = 162+98+118=378 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.86% from 378); Green value is 98 (38.67% from 255 or 25.93% from 378); Blue value is 118 (46.48% from 255 or 31.22% from 378); Max value from RGB is 162 - color contains mainly: red. Hex color #A26276 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26276 is #5D9D89. Grayscale: #777777. Windows color (decimal): -6135178 or 7758498. OLE color: 7758498.

HSL color Cylindrical-coordinate representation of color #A26276: hue angle of 341.25º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A26276 is Cyan = 0, Magento = 0.40, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB16298118-
CMYK00.400.270.36
HSL341.25º25.6%50.98%-
HSV(B)341.25º39.51%63.53%-
XYZ22.5417.7219.37-
YUV119.42127.2158.37-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.86%
GREEN value IS 98 (38.67% from 255) = 25.93%
BLUE value IS 118 (46.48% from 255) = 31.22%
R=42.86%
G=25.93%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629811800.400.270.36341.2525.650.98
HexA262760281B241551a33
Octal24214216605033445253263
Binary101000101100010111011001010001101110010010101010111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26276; }

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

 H1.HeaderClassName
 {
   color: #A26276;
 }
 .AnyTagClassName
 {
   color: #A26276;
 }
</style>
background-color css

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

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

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

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

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

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