#A65D75

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

Shades of Mauve Taupe #A65D75

Tints of Mauve Taupe #A65D75

Color information

#A65D75 (or 0xA65D75) is unknown color: approx Mauve Taupe. HEX triplet: A6, 5D and 75. RGB value is (166,93,117). Sum of RGB (Red+Green+Blue) = 166+93+117=376 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.15% from 376); Green value is 93 (36.72% from 255 or 24.73% from 376); Blue value is 117 (46.09% from 255 or 31.12% from 376); Max value from RGB is 166 - color contains mainly: red. Hex color #A65D75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65D75 is #59A28A. Grayscale: #757575. Windows color (decimal): -5874315 or 7691686. OLE color: 7691686.

HSL color Cylindrical-coordinate representation of color #A65D75: hue angle of 340.27º 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 #A65D75 is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB16693117-
CMYK00.440.300.35
HSL340.27º29.08%50.78%-
HSV(B)340.27º43.98%65.1%-
XYZ22.8517.2218.95-
YUV117.56127.68162.55-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 44.15%
GREEN value IS 93 (36.72% from 255) = 24.73%
BLUE value IS 117 (46.09% from 255) = 31.12%
R=44.15%
G=24.73%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1669311700.440.300.35340.2729.0850.78
HexA65D7502C1E231541d33
Octal24613516505436435243563
Binary101001101011101111010101011001111010001110101010011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65D75; }

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

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

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

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

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

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

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

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