#A06377

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

Shades of Mauve Taupe #A06377

Tints of Mauve Taupe #A06377

Color information

#A06377 (or 0xA06377) is unknown color: approx Mauve Taupe. HEX triplet: A0, 63 and 77. RGB value is (160,99,119). Sum of RGB (Red+Green+Blue) = 160+99+119=378 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.33% from 378); Green value is 99 (39.06% from 255 or 26.19% from 378); Blue value is 119 (46.88% from 255 or 31.48% from 378); Max value from RGB is 160 - color contains mainly: red. Hex color #A06377 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06377 is #5F9C88. Grayscale: #777777. Windows color (decimal): -6265993 or 7824288. OLE color: 7824288.

HSL color Cylindrical-coordinate representation of color #A06377: hue angle of 340.33º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A06377 is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.37.

Color convert

RGB16099119-
CMYK00.380.260.37
HSL340.33º24.3%50.78%-
HSV(B)340.33º38.12%62.75%-
XYZ22.2917.7319.7-
YUV119.52127.71156.87-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 42.33%
GREEN value IS 99 (39.06% from 255) = 26.19%
BLUE value IS 119 (46.88% from 255) = 31.48%
R=42.33%
G=26.19%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.26
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1609911900.380.260.37340.3324.350.78
HexA063770261A251541833
Octal24014316704632455243063
Binary101000001100011111011101001101101010010110101010011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A06377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A06377; }

 p { color: rgb(160,99,119); }

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

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

 a { background-color: rgb(160,99,119); }

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

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

 span { border-color: rgb(160,99,119); }

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