#A26174

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

Shades of Mauve Taupe #A26174

Tints of Mauve Taupe #A26174

Color information

#A26174 (or 0xA26174) is unknown color: approx Mauve Taupe. HEX triplet: A2, 61 and 74. RGB value is (162,97,116). Sum of RGB (Red+Green+Blue) = 162+97+116=375 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.2% from 375); Green value is 97 (38.28% from 255 or 25.87% from 375); Blue value is 116 (45.70% from 255 or 30.93% from 375); Max value from RGB is 162 - color contains mainly: red. Hex color #A26174 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26174 is #5D9E8B. Grayscale: #767676. Windows color (decimal): -6135436 or 7627170. OLE color: 7627170.

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

Color convert

RGB16297116-
CMYK00.400.280.36
HSL342.46º25.9%50.78%-
HSV(B)342.46º40.12%63.53%-
XYZ22.3317.4918.72-
YUV118.6126.53158.96-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.2%
GREEN value IS 97 (38.28% from 255) = 25.87%
BLUE value IS 116 (45.70% from 255) = 30.93%
R=43.2%
G=25.87%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629711600.400.280.36342.4625.950.78
HexA261740281C241561a33
Octal24214116405034445263263
Binary101000101100001111010001010001110010010010101011011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26174; }

 p { color: rgb(162,97,116); }

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

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

 a { background-color: rgb(162,97,116); }

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

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

 span { border-color: rgb(162,97,116); }

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