#a45e70

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

Shades of Mauve Taupe #A45E70

Tints of Mauve Taupe #A45E70

Color information

#A45E70 (or 0xA45E70) is unknown color: approx Mauve Taupe. HEX triplet: A4, 5E and 70. RGB value is (164,94,112). Sum of RGB (Red+Green+Blue) = 164+94+112=370 (49% of max value = 765). Red value is 164 (64.45% from 255 or 44.32% from 370); Green value is 94 (37.11% from 255 or 25.41% from 370); Blue value is 112 (44.14% from 255 or 30.27% from 370); Max value from RGB is 164 - color contains mainly: red. Hex color #A45E70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45E70 is #5BA18F. Grayscale: #747474. Windows color (decimal): -6005136 or 7364260. OLE color: 7364260.

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

Color convert

RGB16494112-
CMYK00.430.320.36
HSL344.57º27.78%50.59%-
HSV(B)344.57º42.68%64.31%-
XYZ22.2417.0717.45-
YUV116.98125.19161.54-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.32%
GREEN value IS 94 (37.11% from 255) = 25.41%
BLUE value IS 112 (44.14% from 255) = 30.27%
R=44.32%
G=25.41%
B=30.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1649411200.430.320.36344.5727.7850.59
HexA45E7002B20241591c33
Octal24413616005340445313463
Binary1010010010111101110000010101110000010010010101100111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a45e70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a45e70; }

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

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

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

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

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

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

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

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