#A25876

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

Shades of Mauve Taupe #A25876

Tints of Mauve Taupe #A25876

Color information

#A25876 (or 0xA25876) is unknown color: approx Mauve Taupe. HEX triplet: A2, 58 and 76. RGB value is (162,88,118). Sum of RGB (Red+Green+Blue) = 162+88+118=368 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.02% from 368); Green value is 88 (34.77% from 255 or 23.91% from 368); Blue value is 118 (46.48% from 255 or 32.07% from 368); Max value from RGB is 162 - color contains mainly: red. Hex color #A25876 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25876 is #5DA789. Grayscale: #717171. Windows color (decimal): -6137738 or 7755938. OLE color: 7755938.

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

Color convert

RGB16288118-
CMYK00.460.270.36
HSL335.68º29.6%49.02%-
HSV(B)335.68º45.68%63.53%-
XYZ21.6615.9719.08-
YUV113.55130.52162.56-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 44.02%
GREEN value IS 88 (34.77% from 255) = 23.91%
BLUE value IS 118 (46.48% from 255) = 32.07%
R=44.02%
G=23.91%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1628811800.460.270.36335.6829.649.02
HexA2587602E1B241501e31
Octal24213016605633445203661
Binary101000101011000111011001011101101110010010101000011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A25876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A25876; }

 p { color: rgb(162,88,118); }

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

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

 a { background-color: rgb(162,88,118); }

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

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

 span { border-color: rgb(162,88,118); }

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