#A05F6D

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

Shades of Mauve Taupe #A05F6D

Tints of Mauve Taupe #A05F6D

Color information

#A05F6D (or 0xA05F6D) is unknown color: approx Mauve Taupe. HEX triplet: A0, 5F and 6D. RGB value is (160,95,109). Sum of RGB (Red+Green+Blue) = 160+95+109=364 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.96% from 364); Green value is 95 (37.5% from 255 or 26.10% from 364); Blue value is 109 (42.97% from 255 or 29.95% from 364); Max value from RGB is 160 - color contains mainly: red. Hex color #A05F6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05F6D is #5FA092. Grayscale: #747474. Windows color (decimal): -6267027 or 7167904. OLE color: 7167904.

HSL color Cylindrical-coordinate representation of color #A05F6D: hue angle of 347.08º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A05F6D is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB16095109-
CMYK00.410.320.37
HSL347.08º25.49%50%-
HSV(B)347.08º40.62%62.75%-
XYZ21.3516.7616.58-
YUV116.03124.03159.36-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.96%
GREEN value IS 95 (37.5% from 255) = 26.10%
BLUE value IS 109 (42.97% from 255) = 29.95%
R=43.96%
G=26.10%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1609510900.410.320.37347.0825.4950
HexA05F6D029202515b1932
Octal24013715505140455333162
Binary1010000010111111101101010100110000010010110101101111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05F6D; }

 p { color: rgb(160,95,109); }

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

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

 a { background-color: rgb(160,95,109); }

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

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

 span { border-color: rgb(160,95,109); }

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