#A05F6C

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

Shades of Mauve Taupe #A05F6C

Tints of Mauve Taupe #A05F6C

Color information

#A05F6C (or 0xA05F6C) is unknown color: approx Mauve Taupe. HEX triplet: A0, 5F and 6C. RGB value is (160,95,108). Sum of RGB (Red+Green+Blue) = 160+95+108=363 (48% of max value = 765). Red value is 160 (62.89% from 255 or 44.08% from 363); Green value is 95 (37.5% from 255 or 26.17% from 363); Blue value is 108 (42.58% from 255 or 29.75% from 363); Max value from RGB is 160 - color contains mainly: red. Hex color #A05F6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05F6C is #5FA093. Grayscale: #737373. Windows color (decimal): -6267028 or 7102368. OLE color: 7102368.

HSL color Cylindrical-coordinate representation of color #A05F6C: hue angle of 348º 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 #A05F6C is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB16095108-
CMYK00.410.320.37
HSL348º25.49%50%-
HSV(B)348º40.62%62.75%-
XYZ21.316.7416.3-
YUV115.92123.53159.44-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.08%
GREEN value IS 95 (37.5% from 255) = 26.17%
BLUE value IS 108 (42.58% from 255) = 29.75%
R=44.08%
G=26.17%
B=29.75%

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
Decimal1609510800.410.320.3734825.4950
HexA05F6C029202515c1932
Octal24013715405140455343162
Binary1010000010111111101100010100110000010010110101110011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05F6C; }

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

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

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

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

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

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

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

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