#A25F71

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

Shades of Mauve Taupe #A25F71

Tints of Mauve Taupe #A25F71

Color information

#A25F71 (or 0xA25F71) is unknown color: approx Mauve Taupe. HEX triplet: A2, 5F and 71. RGB value is (162,95,113). Sum of RGB (Red+Green+Blue) = 162+95+113=370 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.78% from 370); Green value is 95 (37.5% from 255 or 25.68% from 370); Blue value is 113 (44.53% from 255 or 30.54% from 370); Max value from RGB is 162 - color contains mainly: red. Hex color #A25F71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25F71 is #5DA08E. Grayscale: #757575. Windows color (decimal): -6135951 or 7430050. OLE color: 7430050.

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

Color convert

RGB16295113-
CMYK00.410.300.36
HSL343.88º26.48%50.39%-
HSV(B)343.88º41.36%63.53%-
XYZ21.9717.0617.76-
YUV117.08125.7160.04-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.78%
GREEN value IS 95 (37.5% from 255) = 25.68%
BLUE value IS 113 (44.53% from 255) = 30.54%
R=43.78%
G=25.68%
B=30.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629511300.410.300.36343.8826.4850.39
HexA25F710291E241581a32
Octal24213716105136445303262
Binary101000101011111111000101010011111010010010101100011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25F71; }

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

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

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

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

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

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

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

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