#A25C71

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

Shades of Mauve Taupe #A25C71

Tints of Mauve Taupe #A25C71

Color information

#A25C71 (or 0xA25C71) is unknown color: approx Mauve Taupe. HEX triplet: A2, 5C and 71. RGB value is (162,92,113). Sum of RGB (Red+Green+Blue) = 162+92+113=367 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.14% from 367); Green value is 92 (36.33% from 255 or 25.07% from 367); Blue value is 113 (44.53% from 255 or 30.79% from 367); Max value from RGB is 162 - color contains mainly: red. Hex color #A25C71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25C71 is #5DA38E. Grayscale: #737373. Windows color (decimal): -6136719 or 7429282. OLE color: 7429282.

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

Color convert

RGB16292113-
CMYK00.430.300.36
HSL342º27.56%49.8%-
HSV(B)342º43.21%63.53%-
XYZ21.7116.5317.67-
YUV115.32126.69161.29-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.14%
GREEN value IS 92 (36.33% from 255) = 25.07%
BLUE value IS 113 (44.53% from 255) = 30.79%
R=44.14%
G=25.07%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629211300.430.300.3634227.5649.8
HexA25C7102B1E241561c32
Octal24213416105336445263462
Binary101000101011100111000101010111111010010010101011011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25C71; }

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

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

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

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

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

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

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

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