#a25c6e

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

Shades of Mauve Taupe #A25C6E

Tints of Mauve Taupe #A25C6E

Color information

#A25C6E (or 0xA25C6E) is unknown color: approx Mauve Taupe. HEX triplet: A2, 5C and 6E. RGB value is (162,92,110). Sum of RGB (Red+Green+Blue) = 162+92+110=364 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.51% from 364); Green value is 92 (36.33% from 255 or 25.27% from 364); Blue value is 110 (43.36% from 255 or 30.22% from 364); Max value from RGB is 162 - color contains mainly: red. Hex color #A25C6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25C6E is #5DA391. Grayscale: #727272. Windows color (decimal): -6136722 or 7232674. OLE color: 7232674.

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

Color convert

RGB16292110-
CMYK00.430.320.36
HSL344.57º27.56%49.8%-
HSV(B)344.57º43.21%63.53%-
XYZ21.5416.4616.79-
YUV114.98125.19161.54-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.51%
GREEN value IS 92 (36.33% from 255) = 25.27%
BLUE value IS 110 (43.36% from 255) = 30.22%
R=44.51%
G=25.27%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629211000.430.320.36344.5727.5649.8
HexA25C6E02B20241591c32
Octal24213415605340445313462
Binary1010001010111001101110010101110000010010010101100111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a25c6e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a25c6e; }

 p { color: rgb(162,92,110); }

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

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

 a { background-color: rgb(162,92,110); }

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

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

 span { border-color: rgb(162,92,110); }

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