#A45872

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

Shades of Mauve Taupe #A45872

Tints of Mauve Taupe #A45872

Color information

#A45872 (or 0xA45872) is unknown color: approx Mauve Taupe. HEX triplet: A4, 58 and 72. RGB value is (164,88,114). Sum of RGB (Red+Green+Blue) = 164+88+114=366 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.81% from 366); Green value is 88 (34.77% from 255 or 24.04% from 366); Blue value is 114 (44.92% from 255 or 31.15% from 366); Max value from RGB is 164 - color contains mainly: red. Hex color #A45872 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45872 is #5BA78D. Grayscale: #717171. Windows color (decimal): -6006670 or 7493796. OLE color: 7493796.

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

Color convert

RGB16488114-
CMYK00.460.300.36
HSL339.47º30.16%49.41%-
HSV(B)339.47º46.34%64.31%-
XYZ21.8416.0917.87-
YUV113.69128.18163.89-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.81%
GREEN value IS 88 (34.77% from 255) = 24.04%
BLUE value IS 114 (44.92% from 255) = 31.15%
R=44.81%
G=24.04%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1648811400.460.300.36339.4730.1649.41
HexA4587202E1E241531e31
Octal24413016205636445233661
Binary101001001011000111001001011101111010010010101001111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45872; }

 p { color: rgb(164,88,114); }

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

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

 a { background-color: rgb(164,88,114); }

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

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

 span { border-color: rgb(164,88,114); }

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