#a05b78

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

Shades of Mauve Taupe #A05B78

Tints of Mauve Taupe #A05B78

Color information

#A05B78 (or 0xA05B78) is unknown color: approx Mauve Taupe. HEX triplet: A0, 5B and 78. RGB value is (160,91,120). Sum of RGB (Red+Green+Blue) = 160+91+120=371 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.13% from 371); Green value is 91 (35.94% from 255 or 24.53% from 371); Blue value is 120 (47.27% from 255 or 32.35% from 371); Max value from RGB is 160 - color contains mainly: red. Hex color #A05B78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05B78 is #5FA487. Grayscale: #727272. Windows color (decimal): -6268040 or 7887776. OLE color: 7887776.

HSL color Cylindrical-coordinate representation of color #A05B78: hue angle of 334.78º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A05B78 is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.37.

Color convert

RGB16091120-
CMYK00.430.250.37
HSL334.78º27.49%49.22%-
HSV(B)334.78º43.13%62.75%-
XYZ21.6316.3119.78-
YUV114.94130.86160.14-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.13%
GREEN value IS 91 (35.94% from 255) = 24.53%
BLUE value IS 120 (47.27% from 255) = 32.35%
R=43.13%
G=24.53%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.25
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1609112000.430.250.37334.7827.4949.22
HexA05B7802B192514f1b31
Octal24013317005331455173361
Binary101000001011011111100001010111100110010110100111111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a05b78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a05b78; }

 p { color: rgb(160,91,120); }

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

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

 a { background-color: rgb(160,91,120); }

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

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

 span { border-color: rgb(160,91,120); }

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