Html Css Color HEX #A05976 Mauve Taupe

📋 copy color: '#A05976'

red 160 ◦ green 89 ◦ blue 118

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

Shades of Mauve Taupe #A05976

Tints of Mauve Taupe #A05976

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.25%

 BLUE value IS 118 (46.48% from 255) = 32.15%

R = 43.6%
G = 24.25%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.26

 K value IS 0.37

RGB Variations

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

Color information

#A05976 (or 0xA05976) is known color: Mauve Taupe. HEX triplet: A0, 59 and 76. RGB value is (160,89,118). Sum of RGB (Red+Green+Blue) = 160+89+118=367 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.60% from 367); Green value is 89 (35.16% from 255 or 24.25% from 367); Blue value is 118 (46.48% from 255 or 32.15% from 367); Max value from RGB is 160 - color contains mainly: red. Hex color #A05976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05976 is #5FA689. Grayscale: #717171. Windows color (decimal): -6268554 or 7756192. OLE color: 7756192.

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

Color convert

RGB 160 89 118 -
CMYK 0 0.44 0.26 0.37
HSL 335.49º 0.29% 0.49% -
HSV(B) 335.49º 0.44% 0.63% -
XYZ 21.34 15.93 19.09 -
YUV 113.54 130.52 161.14 -
System Red Green Blue C M Y K H S L
Decimal 160 89 118 0 0.44 0.26 0.37 335.49 0.29 0.49
Hex A0 59 76 0 2C 1A 25 14F 1D 31
Octal 240 131 166 0 54 32 45 517 35 61
Binary 10100000 1011001 1110110 0 101100 11010 100101 101001111 11101 110001

Color Harmonies of #A05976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05976

Black with #A05976

Text Example


Text Example

White with #A05976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05976; }

 p { color: rgb(160,89,118); }

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

background-color css

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

 a { background-color: rgb(160,89,118); }

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

border-color css

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

 span { border-color: rgb(160,89,118); }

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