#A25F70

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

Shades of Mauve Taupe #A25F70

Tints of Mauve Taupe #A25F70

Color information

#A25F70 (or 0xA25F70) is unknown color: approx Mauve Taupe. HEX triplet: A2, 5F and 70. RGB value is (162,95,112). Sum of RGB (Red+Green+Blue) = 162+95+112=369 (48% of max value = 765). Red value is 162 (63.67% from 255 or 43.90% from 369); Green value is 95 (37.5% from 255 or 25.75% from 369); Blue value is 112 (44.14% from 255 or 30.35% from 369); Max value from RGB is 162 - color contains mainly: red. Hex color #A25F70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25F70 is #5DA08F. Grayscale: #747474. Windows color (decimal): -6135952 or 7364514. OLE color: 7364514.

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

Color convert

RGB16295112-
CMYK00.410.310.36
HSL344.78º26.48%50.39%-
HSV(B)344.78º41.36%63.53%-
XYZ21.9217.0417.46-
YUV116.97125.2160.12-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.90%
GREEN value IS 95 (37.5% from 255) = 25.75%
BLUE value IS 112 (44.14% from 255) = 30.35%
R=43.90%
G=25.75%
B=30.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629511200.410.310.36344.7826.4850.39
HexA25F700291F241591a32
Octal24213716005137445313262
Binary101000101011111111000001010011111110010010101100111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25F70; }

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

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

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

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

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

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

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

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