#A25B70

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

Shades of Mauve Taupe #A25B70

Tints of Mauve Taupe #A25B70

Color information

#A25B70 (or 0xA25B70) is unknown color: approx Mauve Taupe. HEX triplet: A2, 5B and 70. RGB value is (162,91,112). Sum of RGB (Red+Green+Blue) = 162+91+112=365 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.38% from 365); Green value is 91 (35.94% from 255 or 24.93% from 365); Blue value is 112 (44.14% from 255 or 30.68% from 365); Max value from RGB is 162 - color contains mainly: red. Hex color #A25B70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25B70 is #5DA48F. Grayscale: #727272. Windows color (decimal): -6136976 or 7363490. OLE color: 7363490.

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

Color convert

RGB16291112-
CMYK00.440.310.36
HSL342.25º28.06%49.61%-
HSV(B)342.25º43.83%63.53%-
XYZ21.5716.3317.35-
YUV114.62126.52161.79-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.38%
GREEN value IS 91 (35.94% from 255) = 24.93%
BLUE value IS 112 (44.14% from 255) = 30.68%
R=44.38%
G=24.93%
B=30.68%

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
Decimal1629111200.440.310.36342.2528.0649.61
HexA25B7002C1F241561c32
Octal24213316005437445263462
Binary101000101011011111000001011001111110010010101011011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25B70; }

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

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

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

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

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

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

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

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