#A45A6F

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

Shades of Mauve Taupe #A45A6F

Tints of Mauve Taupe #A45A6F

Color information

#A45A6F (or 0xA45A6F) is unknown color: approx Mauve Taupe. HEX triplet: A4, 5A and 6F. RGB value is (164,90,111). Sum of RGB (Red+Green+Blue) = 164+90+111=365 (48% of max value = 765). Red value is 164 (64.45% from 255 or 44.93% from 365); Green value is 90 (35.55% from 255 or 24.66% from 365); Blue value is 111 (43.75% from 255 or 30.41% from 365); Max value from RGB is 164 - color contains mainly: red. Hex color #A45A6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45A6F is #5BA590. Grayscale: #727272. Windows color (decimal): -6006161 or 7297700. OLE color: 7297700.

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

Color convert

RGB16490111-
CMYK00.450.320.36
HSL342.97º29.13%49.8%-
HSV(B)342.97º45.12%64.31%-
XYZ21.8416.3517.04-
YUV114.52126.02163.29-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 44.93%
GREEN value IS 90 (35.55% from 255) = 24.66%
BLUE value IS 111 (43.75% from 255) = 30.41%
R=44.93%
G=24.66%
B=30.41%

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
Decimal1649011100.450.320.36342.9729.1349.8
HexA45A6F02D20241571d32
Octal24413215705540445273562
Binary1010010010110101101111010110110000010010010101011111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45A6F; }

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

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

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

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

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

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

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

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