#A25971

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

Shades of Mauve Taupe #A25971

Tints of Mauve Taupe #A25971

Color information

#A25971 (or 0xA25971) is unknown color: approx Mauve Taupe. HEX triplet: A2, 59 and 71. RGB value is (162,89,113). Sum of RGB (Red+Green+Blue) = 162+89+113=364 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.51% from 364); Green value is 89 (35.16% from 255 or 24.45% from 364); Blue value is 113 (44.53% from 255 or 31.04% from 364); Max value from RGB is 162 - color contains mainly: red. Hex color #A25971 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25971 is #5DA68E. Grayscale: #717171. Windows color (decimal): -6137487 or 7428514. OLE color: 7428514.

HSL color Cylindrical-coordinate representation of color #A25971: hue angle of 340.27º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A25971 is Cyan = 0, Magento = 0.45, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB16289113-
CMYK00.450.300.36
HSL340.27º29.08%49.22%-
HSV(B)340.27º45.06%63.53%-
XYZ21.4516.0217.58-
YUV113.56127.68162.55-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.51%
GREEN value IS 89 (35.16% from 255) = 24.45%
BLUE value IS 113 (44.53% from 255) = 31.04%
R=44.51%
G=24.45%
B=31.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628911300.450.300.36340.2729.0849.22
HexA2597102D1E241541d31
Octal24213116105536445243561
Binary101000101011001111000101011011111010010010101010011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25971; }

 p { color: rgb(162,89,113); }

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

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

 a { background-color: rgb(162,89,113); }

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

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

 span { border-color: rgb(162,89,113); }

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