#A45D6E

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

Shades of Mauve Taupe #A45D6E

Tints of Mauve Taupe #A45D6E

Color information

#A45D6E (or 0xA45D6E) is unknown color: approx Mauve Taupe. HEX triplet: A4, 5D and 6E. RGB value is (164,93,110). Sum of RGB (Red+Green+Blue) = 164+93+110=367 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.69% from 367); Green value is 93 (36.72% from 255 or 25.34% from 367); Blue value is 110 (43.36% from 255 or 29.97% from 367); Max value from RGB is 164 - color contains mainly: red. Hex color #A45D6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45D6E is #5BA291. Grayscale: #747474. Windows color (decimal): -6005394 or 7232932. OLE color: 7232932.

HSL color Cylindrical-coordinate representation of color #A45D6E: hue angle of 345.63º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A45D6E is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB16493110-
CMYK00.430.330.36
HSL345.63º28.06%50.39%-
HSV(B)345.63º43.29%64.31%-
XYZ22.0416.8516.84-
YUV116.17124.52162.12-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.69%
GREEN value IS 93 (36.72% from 255) = 25.34%
BLUE value IS 110 (43.36% from 255) = 29.97%
R=44.69%
G=25.34%
B=29.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1649311000.430.330.36345.6328.0650.39
HexA45D6E02B212415a1c32
Octal24413515605341445323462
Binary1010010010111011101110010101110000110010010101101011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45D6E; }

 p { color: rgb(164,93,110); }

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

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

 a { background-color: rgb(164,93,110); }

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

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

 span { border-color: rgb(164,93,110); }

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