#A25974

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

Shades of Mauve Taupe #A25974

Tints of Mauve Taupe #A25974

Color information

#A25974 (or 0xA25974) is unknown color: approx Mauve Taupe. HEX triplet: A2, 59 and 74. RGB value is (162,89,116). Sum of RGB (Red+Green+Blue) = 162+89+116=367 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.14% from 367); Green value is 89 (35.16% from 255 or 24.25% from 367); Blue value is 116 (45.70% from 255 or 31.61% from 367); Max value from RGB is 162 - color contains mainly: red. Hex color #A25974 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25974 is #5DA68B. Grayscale: #717171. Windows color (decimal): -6137484 or 7625122. OLE color: 7625122.

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

Color convert

RGB16289116-
CMYK00.450.280.36
HSL337.81º29.08%49.22%-
HSV(B)337.81º45.06%63.53%-
XYZ21.6316.0918.49-
YUV113.9129.18162.3-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.14%
GREEN value IS 89 (35.16% from 255) = 24.25%
BLUE value IS 116 (45.70% from 255) = 31.61%
R=44.14%
G=24.25%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628911600.450.280.36337.8129.0849.22
HexA2597402D1C241521d31
Octal24213116405534445223561
Binary101000101011001111010001011011110010010010101001011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25974; }

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

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

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

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

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

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

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

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