Html Css Color HEX #A06579 Mauve Taupe

📋 copy color: '#A06579'

red 160 ◦ green 101 ◦ blue 121

#A06579
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve Taupe #A06579

Tints of Mauve Taupe #A06579

RGB

 RED value IS 160 (62.89% from 255) = 41.88%

 GREEN value IS 101 (39.84% from 255) = 26.44%

 BLUE value IS 121 (47.66% from 255) = 31.68%

R = 41.88%
G = 26.44%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.24

 K value IS 0.37

RGB Variations

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

Color information

#A06579 (or 0xA06579) is known color: Mauve Taupe. HEX triplet: A0, 65 and 79. RGB value is (160,101,121). Sum of RGB (Red+Green+Blue) = 160+101+121=382 (50% of max value = 765). Red value is 160 (62.89% from 255 or 41.88% from 382); Green value is 101 (39.84% from 255 or 26.44% from 382); Blue value is 121 (47.66% from 255 or 31.68% from 382); Max value from RGB is 160 - color contains mainly: red. Hex color #A06579 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06579 is #5F9A86. Grayscale: #787878. Windows color (decimal): -6265479 or 7955872. OLE color: 7955872.

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

Color convert

RGB 160 101 121 -
CMYK 0 0.37 0.24 0.37
HSL 339.66º 0.24% 0.51% -
HSV(B) 339.66º 0.37% 0.63% -
XYZ 22.6 18.16 20.4 -
YUV 120.92 128.05 155.87 -
System Red Green Blue C M Y K H S L
Decimal 160 101 121 0 0.37 0.24 0.37 339.66 0.24 0.51
Hex A0 65 79 0 25 18 25 154 18 33
Octal 240 145 171 0 45 30 45 524 30 63
Binary 10100000 1100101 1111001 0 100101 11000 100101 101010100 11000 110011

Color Harmonies of #A06579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06579

Black with #A06579

Text Example


Text Example

White with #A06579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06579; }

 p { color: rgb(160,101,121); }

 H1.HeaderClassName
 {
   color: #A06579;
 }
 .AnyTagClassName
 {
   color: #A06579;
 }
</style>

background-color css

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

 a { background-color: rgb(160,101,121); }

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

border-color css

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

 span { border-color: rgb(160,101,121); }

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