#A25972

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

Shades of Mauve Taupe #A25972

Tints of Mauve Taupe #A25972

Color information

#A25972 (or 0xA25972) is unknown color: approx Mauve Taupe. HEX triplet: A2, 59 and 72. RGB value is (162,89,114). Sum of RGB (Red+Green+Blue) = 162+89+114=365 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.38% from 365); Green value is 89 (35.16% from 255 or 24.38% from 365); Blue value is 114 (44.92% from 255 or 31.23% from 365); Max value from RGB is 162 - color contains mainly: red. Hex color #A25972 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25972 is #5DA68D. Grayscale: #717171. Windows color (decimal): -6137486 or 7494050. OLE color: 7494050.

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

Color convert

RGB16289114-
CMYK00.450.300.36
HSL339.45º29.08%49.22%-
HSV(B)339.45º45.06%63.53%-
XYZ21.5116.0417.88-
YUV113.68128.18162.47-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.38%
GREEN value IS 89 (35.16% from 255) = 24.38%
BLUE value IS 114 (44.92% from 255) = 31.23%
R=44.38%
G=24.38%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628911400.450.300.36339.4529.0849.22
HexA2597202D1E241531d31
Octal24213116205536445233561
Binary101000101011001111001001011011111010010010101001111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25972; }

 p { color: rgb(162,89,114); }

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

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

 a { background-color: rgb(162,89,114); }

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

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

 span { border-color: rgb(162,89,114); }

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