#A25D73

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

Shades of Mauve Taupe #A25D73

Tints of Mauve Taupe #A25D73

Color information

#A25D73 (or 0xA25D73) is unknown color: approx Mauve Taupe. HEX triplet: A2, 5D and 73. RGB value is (162,93,115). Sum of RGB (Red+Green+Blue) = 162+93+115=370 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.78% from 370); Green value is 93 (36.72% from 255 or 25.14% from 370); Blue value is 115 (45.31% from 255 or 31.08% from 370); Max value from RGB is 162 - color contains mainly: red. Hex color #A25D73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25D73 is #5DA28C. Grayscale: #747474. Windows color (decimal): -6136461 or 7560610. OLE color: 7560610.

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

Color convert

RGB16293115-
CMYK00.430.290.36
HSL340.87º27.06%50%-
HSV(B)340.87º42.59%63.53%-
XYZ21.9116.7518.3-
YUV116.14127.36160.71-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 43.78%
GREEN value IS 93 (36.72% from 255) = 25.14%
BLUE value IS 115 (45.31% from 255) = 31.08%
R=43.78%
G=25.14%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629311500.430.290.36340.8727.0650
HexA25D7302B1D241551b32
Octal24213516305335445253362
Binary101000101011101111001101010111110110010010101010111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25D73; }

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

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

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

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

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

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

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

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