Html Css Color HEX #A56079 Mauve Taupe

📋 copy color: '#A56079'

red 165 ◦ green 96 ◦ blue 121

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

Shades of Mauve Taupe #A56079

Tints of Mauve Taupe #A56079

RGB

 RED value IS 165 (64.84% from 255) = 43.19%

 GREEN value IS 96 (37.89% from 255) = 25.13%

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

R = 43.19%
G = 25.13%
B = 31.68%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#A56079 (or 0xA56079) is known color: Mauve Taupe. HEX triplet: A5, 60 and 79. RGB value is (165,96,121). Sum of RGB (Red+Green+Blue) = 165+96+121=382 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.19% from 382); Green value is 96 (37.89% from 255 or 25.13% from 382); Blue value is 121 (47.66% from 255 or 31.68% from 382); Max value from RGB is 165 - color contains mainly: red. Hex color #A56079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A56079 is #5A9F86. Grayscale: #777777. Windows color (decimal): -5939079 or 7954597. OLE color: 7954597.

HSL color Cylindrical-coordinate representation of color #A56079: hue angle of 338.26º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A56079 is Cyan = 0, Magento = 0.42, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 96 121 -
CMYK 0 0.42 0.27 0.35
HSL 338.26º 0.28% 0.51% -
HSV(B) 338.26º 0.42% 0.65% -
XYZ 23.15 17.75 20.29 -
YUV 119.48 128.86 160.47 -
System Red Green Blue C M Y K H S L
Decimal 165 96 121 0 0.42 0.27 0.35 338.26 0.28 0.51
Hex A5 60 79 0 2A 1B 23 152 1C 33
Octal 245 140 171 0 52 33 43 522 34 63
Binary 10100101 1100000 1111001 0 101010 11011 100011 101010010 11100 110011

Color Harmonies of #A56079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56079

Black with #A56079

Text Example


Text Example

White with #A56079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56079; }

 p { color: rgb(165,96,121); }

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

background-color css

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

 a { background-color: rgb(165,96,121); }

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

border-color css

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

 span { border-color: rgb(165,96,121); }

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