#A25E6D

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

Shades of Mauve Taupe #A25E6D

Tints of Mauve Taupe #A25E6D

Color information

#A25E6D (or 0xA25E6D) is unknown color: approx Mauve Taupe. HEX triplet: A2, 5E and 6D. RGB value is (162,94,109). Sum of RGB (Red+Green+Blue) = 162+94+109=365 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.38% from 365); Green value is 94 (37.11% from 255 or 25.75% from 365); Blue value is 109 (42.97% from 255 or 29.86% from 365); Max value from RGB is 162 - color contains mainly: red. Hex color #A25E6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25E6D is #5DA192. Grayscale: #747474. Windows color (decimal): -6136211 or 7167650. OLE color: 7167650.

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

Color convert

RGB16294109-
CMYK00.420.330.36
HSL346.76º26.77%50.2%-
HSV(B)346.76º41.98%63.53%-
XYZ21.6616.7916.57-
YUV116.04124.03160.78-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.38%
GREEN value IS 94 (37.11% from 255) = 25.75%
BLUE value IS 109 (42.97% from 255) = 29.86%
R=44.38%
G=25.75%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629410900.420.330.36346.7626.7750.2
HexA25E6D02A212415b1b32
Octal24213615505241445333362
Binary1010001010111101101101010101010000110010010101101111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25E6D; }

 p { color: rgb(162,94,109); }

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

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

 a { background-color: rgb(162,94,109); }

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

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

 span { border-color: rgb(162,94,109); }

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