#A45A6E

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

Shades of Mauve Taupe #A45A6E

Tints of Mauve Taupe #A45A6E

Color information

#A45A6E (or 0xA45A6E) is unknown color: approx Mauve Taupe. HEX triplet: A4, 5A and 6E. RGB value is (164,90,110). Sum of RGB (Red+Green+Blue) = 164+90+110=364 (48% of max value = 765). Red value is 164 (64.45% from 255 or 45.05% from 364); Green value is 90 (35.55% from 255 or 24.73% from 364); Blue value is 110 (43.36% from 255 or 30.22% from 364); Max value from RGB is 164 - color contains mainly: red. Hex color #A45A6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45A6E is #5BA591. Grayscale: #727272. Windows color (decimal): -6006162 or 7232164. OLE color: 7232164.

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

Color convert

RGB16490110-
CMYK00.450.330.36
HSL343.78º29.13%49.8%-
HSV(B)343.78º45.12%64.31%-
XYZ21.7816.3316.76-
YUV114.41125.52163.37-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 45.05%
GREEN value IS 90 (35.55% from 255) = 24.73%
BLUE value IS 110 (43.36% from 255) = 30.22%
R=45.05%
G=24.73%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1649011000.450.330.36343.7829.1349.8
HexA45A6E02D21241581d32
Octal24413215605541445303562
Binary1010010010110101101110010110110000110010010101100011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45A6E; }

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

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

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

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

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

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

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

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