#A25E6E

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

Shades of Mauve Taupe #A25E6E

Tints of Mauve Taupe #A25E6E

Color information

#A25E6E (or 0xA25E6E) is unknown color: approx Mauve Taupe. HEX triplet: A2, 5E and 6E. RGB value is (162,94,110). Sum of RGB (Red+Green+Blue) = 162+94+110=366 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.26% from 366); Green value is 94 (37.11% from 255 or 25.68% from 366); Blue value is 110 (43.36% from 255 or 30.05% from 366); Max value from RGB is 162 - color contains mainly: red. Hex color #A25E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25E6E is #5DA191. Grayscale: #747474. Windows color (decimal): -6136210 or 7233186. OLE color: 7233186.

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

Color convert

RGB16294110-
CMYK00.420.320.36
HSL345.88º26.77%50.2%-
HSV(B)345.88º41.98%63.53%-
XYZ21.7216.8116.85-
YUV116.16124.53160.7-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.26%
GREEN value IS 94 (37.11% from 255) = 25.68%
BLUE value IS 110 (43.36% from 255) = 30.05%
R=44.26%
G=25.68%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629411000.420.320.36345.8826.7750.2
HexA25E6E02A202415a1b32
Octal24213615605240445323362
Binary1010001010111101101110010101010000010010010101101011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25E6E; }

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

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

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

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

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

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

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

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