#A46075

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

Shades of Mauve Taupe #A46075

Tints of Mauve Taupe #A46075

Color information

#A46075 (or 0xA46075) is unknown color: approx Mauve Taupe. HEX triplet: A4, 60 and 75. RGB value is (164,96,117). Sum of RGB (Red+Green+Blue) = 164+96+117=377 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.50% from 377); Green value is 96 (37.89% from 255 or 25.46% from 377); Blue value is 117 (46.09% from 255 or 31.03% from 377); Max value from RGB is 164 - color contains mainly: red. Hex color #A46075 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A46075 is #5B9F8A. Grayscale: #767676. Windows color (decimal): -6004619 or 7692452. OLE color: 7692452.

HSL color Cylindrical-coordinate representation of color #A46075: hue angle of 341.47º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A46075 is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB16496117-
CMYK00.410.290.36
HSL341.47º27.2%50.98%-
HSV(B)341.47º41.46%64.31%-
XYZ22.717.5419.02-
YUV118.73127.03160.29-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 43.50%
GREEN value IS 96 (37.89% from 255) = 25.46%
BLUE value IS 117 (46.09% from 255) = 31.03%
R=43.50%
G=25.46%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1649611700.410.290.36341.4727.250.98
HexA460750291D241551b33
Octal24414016505135445253363
Binary101001001100000111010101010011110110010010101010111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46075; }

 p { color: rgb(164,96,117); }

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

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

 a { background-color: rgb(164,96,117); }

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

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

 span { border-color: rgb(164,96,117); }

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