#A0616E

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

Shades of Mauve Taupe #A0616E

Tints of Mauve Taupe #A0616E

Color information

#A0616E (or 0xA0616E) is unknown color: approx Mauve Taupe. HEX triplet: A0, 61 and 6E. RGB value is (160,97,110). Sum of RGB (Red+Green+Blue) = 160+97+110=367 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.60% from 367); Green value is 97 (38.28% from 255 or 26.43% from 367); Blue value is 110 (43.36% from 255 or 29.97% from 367); Max value from RGB is 160 - color contains mainly: red. Hex color #A0616E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0616E is #5F9E91. Grayscale: #757575. Windows color (decimal): -6266514 or 7233952. OLE color: 7233952.

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

Color convert

RGB16097110-
CMYK00.390.310.37
HSL347.62º24.9%50.39%-
HSV(B)347.62º39.38%62.75%-
XYZ21.5917.1516.92-
YUV117.32123.87158.44-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.60%
GREEN value IS 97 (38.28% from 255) = 26.43%
BLUE value IS 110 (43.36% from 255) = 29.97%
R=43.60%
G=26.43%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.31
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1609711000.390.310.37347.6224.950.39
HexA0616E0271F2515c1932
Octal24014115604737455343162
Binary101000001100001110111001001111111110010110101110011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0616E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0616E; }

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

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

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

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

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

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

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

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