#A26379

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

Shades of Mauve Taupe #A26379

Tints of Mauve Taupe #A26379

Color information

#A26379 (or 0xA26379) is unknown color: approx Mauve Taupe. HEX triplet: A2, 63 and 79. RGB value is (162,99,121). Sum of RGB (Red+Green+Blue) = 162+99+121=382 (50% of max value = 765). Red value is 162 (63.67% from 255 or 42.41% from 382); Green value is 99 (39.06% from 255 or 25.92% from 382); Blue value is 121 (47.66% from 255 or 31.68% from 382); Max value from RGB is 162 - color contains mainly: red. Hex color #A26379 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A26379 is #5D9C86. Grayscale: #787878. Windows color (decimal): -6134919 or 7955362. OLE color: 7955362.

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

Color convert

RGB16299121-
CMYK00.390.250.36
HSL339.05º25.3%51.18%-
HSV(B)339.05º38.89%63.53%-
XYZ22.8117.9920.36-
YUV120.34128.37157.71-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 42.41%
GREEN value IS 99 (39.06% from 255) = 25.92%
BLUE value IS 121 (47.66% from 255) = 31.68%
R=42.41%
G=25.92%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1629912100.390.250.36339.0525.351.18
HexA2637902719241531933
Octal24214317104731445233163
Binary101000101100011111100101001111100110010010101001111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A26379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A26379; }

 p { color: rgb(162,99,121); }

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

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

 a { background-color: rgb(162,99,121); }

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

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

 span { border-color: rgb(162,99,121); }

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