#A45B70

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

Shades of Mauve Taupe #A45B70

Tints of Mauve Taupe #A45B70

Color information

#A45B70 (or 0xA45B70) is unknown color: approx Mauve Taupe. HEX triplet: A4, 5B and 70. RGB value is (164,91,112). Sum of RGB (Red+Green+Blue) = 164+91+112=367 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.69% from 367); Green value is 91 (35.94% from 255 or 24.80% from 367); Blue value is 112 (44.14% from 255 or 30.52% from 367); Max value from RGB is 164 - color contains mainly: red. Hex color #A45B70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45B70 is #5BA48F. Grayscale: #737373. Windows color (decimal): -6005904 or 7363492. OLE color: 7363492.

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

Color convert

RGB16491112-
CMYK00.450.320.36
HSL342.74º28.63%50%-
HSV(B)342.74º44.51%64.31%-
XYZ21.9816.5417.36-
YUV115.22126.18162.79-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.69%
GREEN value IS 91 (35.94% from 255) = 24.80%
BLUE value IS 112 (44.14% from 255) = 30.52%
R=44.69%
G=24.80%
B=30.52%

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
Decimal1649111200.450.320.36342.7428.6350
HexA45B7002D20241571d32
Octal24413316005540445273562
Binary1010010010110111110000010110110000010010010101011111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45B70; }

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

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

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

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

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

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

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

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