#A45D6C

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

Shades of Mauve Taupe #A45D6C

Tints of Mauve Taupe #A45D6C

Color information

#A45D6C (or 0xA45D6C) is unknown color: approx Mauve Taupe. HEX triplet: A4, 5D and 6C. RGB value is (164,93,108). Sum of RGB (Red+Green+Blue) = 164+93+108=365 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.93% from 365); Green value is 93 (36.72% from 255 or 25.48% from 365); Blue value is 108 (42.58% from 255 or 29.59% from 365); Max value from RGB is 164 - color contains mainly: red. Hex color #A45D6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45D6C is #5BA293. Grayscale: #737373. Windows color (decimal): -6005396 or 7101860. OLE color: 7101860.

HSL color Cylindrical-coordinate representation of color #A45D6C: hue angle of 347.32º 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 #A45D6C is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.36.

Color convert

RGB16493108-
CMYK00.430.340.36
HSL347.32º28.06%50.39%-
HSV(B)347.32º43.29%64.31%-
XYZ21.9316.816.27-
YUV115.94123.52162.28-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.93%
GREEN value IS 93 (36.72% from 255) = 25.48%
BLUE value IS 108 (42.58% from 255) = 29.59%
R=44.93%
G=25.48%
B=29.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1649310800.430.340.36347.3228.0650.39
HexA45D6C02B222415b1c32
Octal24413515405342445333462
Binary1010010010111011101100010101110001010010010101101111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45D6C; }

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

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

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

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

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

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

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

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