#A05672

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

Shades of Mauve Taupe #A05672

Tints of Mauve Taupe #A05672

Color information

#A05672 (or 0xA05672) is unknown color: approx Mauve Taupe. HEX triplet: A0, 56 and 72. RGB value is (160,86,114). Sum of RGB (Red+Green+Blue) = 160+86+114=360 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.44% from 360); Green value is 86 (33.98% from 255 or 23.89% from 360); Blue value is 114 (44.92% from 255 or 31.67% from 360); Max value from RGB is 160 - color contains mainly: red. Hex color #A05672 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05672 is #5FA98D. Grayscale: #6F6F6F. Windows color (decimal): -6269326 or 7493280. OLE color: 7493280.

HSL color Cylindrical-coordinate representation of color #A05672: hue angle of 337.3º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A05672 is Cyan = 0, Magento = 0.46, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB16086114-
CMYK00.460.290.37
HSL337.3º30.08%48.24%-
HSV(B)337.3º46.25%62.75%-
XYZ20.8615.3417.78-
YUV111.32129.52162.72-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.44%
GREEN value IS 86 (33.98% from 255) = 23.89%
BLUE value IS 114 (44.92% from 255) = 31.67%
R=44.44%
G=23.89%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1608611400.460.290.37337.330.0848.24
HexA0567202E1D251511e30
Octal24012616205635455213660
Binary101000001010110111001001011101110110010110101000111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05672; }

 p { color: rgb(160,86,114); }

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

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

 a { background-color: rgb(160,86,114); }

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

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

 span { border-color: rgb(160,86,114); }

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