#A45B6F

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

Shades of Mauve Taupe #A45B6F

Tints of Mauve Taupe #A45B6F

Color information

#A45B6F (or 0xA45B6F) is unknown color: approx Mauve Taupe. HEX triplet: A4, 5B and 6F. RGB value is (164,91,111). Sum of RGB (Red+Green+Blue) = 164+91+111=366 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.81% from 366); Green value is 91 (35.94% from 255 or 24.86% from 366); Blue value is 111 (43.75% from 255 or 30.33% from 366); Max value from RGB is 164 - color contains mainly: red. Hex color #A45B6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45B6F is #5BA490. Grayscale: #737373. Windows color (decimal): -6005905 or 7297956. OLE color: 7297956.

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

Color convert

RGB16491111-
CMYK00.450.320.36
HSL343.56º28.63%50%-
HSV(B)343.56º44.51%64.31%-
XYZ21.9216.5217.07-
YUV115.11125.68162.87-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.81%
GREEN value IS 91 (35.94% from 255) = 24.86%
BLUE value IS 111 (43.75% from 255) = 30.33%
R=44.81%
G=24.86%
B=30.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1649111100.450.320.36343.5628.6350
HexA45B6F02D20241581d32
Octal24413315705540445303562
Binary1010010010110111101111010110110000010010010101100011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45B6F; }

 p { color: rgb(164,91,111); }

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

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

 a { background-color: rgb(164,91,111); }

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

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

 span { border-color: rgb(164,91,111); }

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