#A36077

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

Shades of Mauve Taupe #A36077

Tints of Mauve Taupe #A36077

Color information

#A36077 (or 0xA36077) is unknown color: approx Mauve Taupe. HEX triplet: A3, 60 and 77. RGB value is (163,96,119). Sum of RGB (Red+Green+Blue) = 163+96+119=378 (50% of max value = 765). Red value is 163 (64.06% from 255 or 43.12% from 378); Green value is 96 (37.89% from 255 or 25.40% from 378); Blue value is 119 (46.88% from 255 or 31.48% from 378); Max value from RGB is 163 - color contains mainly: red. Hex color #A36077 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A36077 is #5C9F88. Grayscale: #767676. Windows color (decimal): -6070153 or 7823523. OLE color: 7823523.

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

Color convert

RGB16396119-
CMYK00.410.270.36
HSL339.4º26.69%50.78%-
HSV(B)339.4º41.1%63.92%-
XYZ22.6217.4819.64-
YUV118.66128.2159.63-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 43.12%
GREEN value IS 96 (37.89% from 255) = 25.40%
BLUE value IS 119 (46.88% from 255) = 31.48%
R=43.12%
G=25.40%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1639611900.410.270.36339.426.6950.78
HexA360770291B241531b33
Octal24314016705133445233363
Binary101000111100000111011101010011101110010010101001111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A36077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A36077; }

 p { color: rgb(163,96,119); }

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

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

 a { background-color: rgb(163,96,119); }

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

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

 span { border-color: rgb(163,96,119); }

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