#A65D73

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

Shades of Mauve Taupe #A65D73

Tints of Mauve Taupe #A65D73

Color information

#A65D73 (or 0xA65D73) is unknown color: approx Mauve Taupe. HEX triplet: A6, 5D and 73. RGB value is (166,93,115). Sum of RGB (Red+Green+Blue) = 166+93+115=374 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.39% from 374); Green value is 93 (36.72% from 255 or 24.87% from 374); Blue value is 115 (45.31% from 255 or 30.75% from 374); Max value from RGB is 166 - color contains mainly: red. Hex color #A65D73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65D73 is #59A28C. Grayscale: #757575. Windows color (decimal): -5874317 or 7560614. OLE color: 7560614.

HSL color Cylindrical-coordinate representation of color #A65D73: hue angle of 341.92º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A65D73 is Cyan = 0, Magento = 0.44, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB16693115-
CMYK00.440.310.35
HSL341.92º29.08%50.78%-
HSV(B)341.92º43.98%65.1%-
XYZ22.7317.1718.34-
YUV117.34126.68162.71-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.39%
GREEN value IS 93 (36.72% from 255) = 24.87%
BLUE value IS 115 (45.31% from 255) = 30.75%
R=44.39%
G=24.87%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669311500.440.310.35341.9229.0850.78
HexA65D7302C1F231561d33
Octal24613516305437435263563
Binary101001101011101111001101011001111110001110101011011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65D73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65D73; }

 p { color: rgb(166,93,115); }

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

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

 a { background-color: rgb(166,93,115); }

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

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

 span { border-color: rgb(166,93,115); }

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