#A25A70

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

Shades of Mauve Taupe #A25A70

Tints of Mauve Taupe #A25A70

Color information

#A25A70 (or 0xA25A70) is unknown color: approx Mauve Taupe. HEX triplet: A2, 5A and 70. RGB value is (162,90,112). Sum of RGB (Red+Green+Blue) = 162+90+112=364 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.51% from 364); Green value is 90 (35.55% from 255 or 24.73% from 364); Blue value is 112 (44.14% from 255 or 30.77% from 364); Max value from RGB is 162 - color contains mainly: red. Hex color #A25A70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25A70 is #5DA58F. Grayscale: #727272. Windows color (decimal): -6137232 or 7363234. OLE color: 7363234.

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

Color convert

RGB16290112-
CMYK00.440.310.36
HSL341.67º28.57%49.41%-
HSV(B)341.67º44.44%63.53%-
XYZ21.4816.1617.32-
YUV114.04126.85162.21-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.51%
GREEN value IS 90 (35.55% from 255) = 24.73%
BLUE value IS 112 (44.14% from 255) = 30.77%
R=44.51%
G=24.73%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629011200.440.310.36341.6728.5749.41
HexA25A7002C1F241561d31
Octal24213216005437445263561
Binary101000101011010111000001011001111110010010101011011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25A70; }

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

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

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

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

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

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

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

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