#A25F6F

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

Shades of Mauve Taupe #A25F6F

Tints of Mauve Taupe #A25F6F

Color information

#A25F6F (or 0xA25F6F) is unknown color: approx Mauve Taupe. HEX triplet: A2, 5F and 6F. RGB value is (162,95,111). Sum of RGB (Red+Green+Blue) = 162+95+111=368 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.02% from 368); Green value is 95 (37.5% from 255 or 25.82% from 368); Blue value is 111 (43.75% from 255 or 30.16% from 368); Max value from RGB is 162 - color contains mainly: red. Hex color #A25F6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25F6F is #5DA090. Grayscale: #747474. Windows color (decimal): -6135953 or 7298978. OLE color: 7298978.

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

Color convert

RGB16295111-
CMYK00.410.310.36
HSL345.67º26.48%50.39%-
HSV(B)345.67º41.36%63.53%-
XYZ21.8617.0117.17-
YUV116.86124.7160.2-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.02%
GREEN value IS 95 (37.5% from 255) = 25.82%
BLUE value IS 111 (43.75% from 255) = 30.16%
R=44.02%
G=25.82%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629511100.410.310.36345.6726.4850.39
HexA25F6F0291F2415a1a32
Octal24213715705137445323262
Binary101000101011111110111101010011111110010010101101011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25F6F; }

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

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

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

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

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

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

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

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