#A25F73

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

Shades of Mauve Taupe #A25F73

Tints of Mauve Taupe #A25F73

Color information

#A25F73 (or 0xA25F73) is unknown color: approx Mauve Taupe. HEX triplet: A2, 5F and 73. RGB value is (162,95,115). Sum of RGB (Red+Green+Blue) = 162+95+115=372 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.55% from 372); Green value is 95 (37.5% from 255 or 25.54% from 372); Blue value is 115 (45.31% from 255 or 30.91% from 372); Max value from RGB is 162 - color contains mainly: red. Hex color #A25F73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25F73 is #5DA08C. Grayscale: #757575. Windows color (decimal): -6135949 or 7561122. OLE color: 7561122.

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

Color convert

RGB16295115-
CMYK00.410.290.36
HSL342.09º26.48%50.39%-
HSV(B)342.09º41.36%63.53%-
XYZ22.0917.118.36-
YUV117.31126.7159.87-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.55%
GREEN value IS 95 (37.5% from 255) = 25.54%
BLUE value IS 115 (45.31% from 255) = 30.91%
R=43.55%
G=25.54%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629511500.410.290.36342.0926.4850.39
HexA25F730291D241561a32
Octal24213716305135445263262
Binary101000101011111111001101010011110110010010101011011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25F73; }

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

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

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

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

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

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

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

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