#A25D6F

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

Shades of Mauve Taupe #A25D6F

Tints of Mauve Taupe #A25D6F

Color information

#A25D6F (or 0xA25D6F) is unknown color: approx Mauve Taupe. HEX triplet: A2, 5D and 6F. RGB value is (162,93,111). Sum of RGB (Red+Green+Blue) = 162+93+111=366 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.26% from 366); Green value is 93 (36.72% from 255 or 25.41% from 366); Blue value is 111 (43.75% from 255 or 30.33% from 366); Max value from RGB is 162 - color contains mainly: red. Hex color #A25D6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25D6F is #5DA290. Grayscale: #737373. Windows color (decimal): -6136465 or 7298466. OLE color: 7298466.

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

Color convert

RGB16293111-
CMYK00.430.310.36
HSL344.35º27.06%50%-
HSV(B)344.35º42.59%63.53%-
XYZ21.6816.6617.11-
YUV115.68125.36161.04-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.26%
GREEN value IS 93 (36.72% from 255) = 25.41%
BLUE value IS 111 (43.75% from 255) = 30.33%
R=44.26%
G=25.41%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629311100.430.310.36344.3527.0650
HexA25D6F02B1F241581b32
Octal24213515705337445303362
Binary101000101011101110111101010111111110010010101100011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25D6F; }

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

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

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

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

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

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

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

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