#A05C6E

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

Shades of Mauve Taupe #A05C6E

Tints of Mauve Taupe #A05C6E

Color information

#A05C6E (or 0xA05C6E) is unknown color: approx Mauve Taupe. HEX triplet: A0, 5C and 6E. RGB value is (160,92,110). Sum of RGB (Red+Green+Blue) = 160+92+110=362 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.20% from 362); Green value is 92 (36.33% from 255 or 25.41% from 362); Blue value is 110 (43.36% from 255 or 30.39% from 362); Max value from RGB is 160 - color contains mainly: red. Hex color #A05C6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05C6E is #5FA391. Grayscale: #727272. Windows color (decimal): -6267794 or 7232672. OLE color: 7232672.

HSL color Cylindrical-coordinate representation of color #A05C6E: hue angle of 344.12º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A05C6E is Cyan = 0, Magento = 0.43, Yellow = 0.31 and Black (K on CMYK) = 0.37.

Color convert

RGB16092110-
CMYK00.430.310.37
HSL344.12º26.98%49.41%-
HSV(B)344.12º42.5%62.75%-
XYZ21.1416.2516.77-
YUV114.38125.53160.54-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.20%
GREEN value IS 92 (36.33% from 255) = 25.41%
BLUE value IS 110 (43.36% from 255) = 30.39%
R=44.20%
G=25.41%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.31
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1609211000.430.310.37344.1226.9849.41
HexA05C6E02B1F251581b31
Octal24013415605337455303361
Binary101000001011100110111001010111111110010110101100011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A05C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A05C6E; }

 p { color: rgb(160,92,110); }

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

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

 a { background-color: rgb(160,92,110); }

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

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

 span { border-color: rgb(160,92,110); }

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