#A25D6C

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

Shades of Mauve Taupe #A25D6C

Tints of Mauve Taupe #A25D6C

Color information

#A25D6C (or 0xA25D6C) is unknown color: approx Mauve Taupe. HEX triplet: A2, 5D and 6C. RGB value is (162,93,108). Sum of RGB (Red+Green+Blue) = 162+93+108=363 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.63% from 363); Green value is 93 (36.72% from 255 or 25.62% from 363); Blue value is 108 (42.58% from 255 or 29.75% from 363); Max value from RGB is 162 - color contains mainly: red. Hex color #A25D6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25D6C is #5DA293. Grayscale: #737373. Windows color (decimal): -6136468 or 7101858. OLE color: 7101858.

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

Color convert

RGB16293108-
CMYK00.430.330.36
HSL346.96º27.06%50%-
HSV(B)346.96º42.59%63.53%-
XYZ21.5216.5916.26-
YUV115.34123.86161.28-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.63%
GREEN value IS 93 (36.72% from 255) = 25.62%
BLUE value IS 108 (42.58% from 255) = 29.75%
R=44.63%
G=25.62%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629310800.430.330.36346.9627.0650
HexA25D6C02B212415b1b32
Octal24213515405341445333362
Binary1010001010111011101100010101110000110010010101101111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25D6C; }

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

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

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

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

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

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

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

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