Html Css Color HEX #A15976 Mauve Taupe

📋 copy color: '#A15976'

red 161 ◦ green 89 ◦ blue 118

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

Shades of Mauve Taupe #A15976

Tints of Mauve Taupe #A15976

RGB

 RED value IS 161 (63.28% from 255) = 43.75%

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

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

R = 43.75%
G = 24.18%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#A15976 (or 0xA15976) is known color: Mauve Taupe. HEX triplet: A1, 59 and 76. RGB value is (161,89,118). Sum of RGB (Red+Green+Blue) = 161+89+118=368 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.75% from 368); Green value is 89 (35.16% from 255 or 24.18% from 368); Blue value is 118 (46.48% from 255 or 32.07% from 368); Max value from RGB is 161 - color contains mainly: red. Hex color #A15976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15976 is #5EA689. Grayscale: #717171. Windows color (decimal): -6203018 or 7756193. OLE color: 7756193.

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

Color convert

RGB 161 89 118 -
CMYK 0 0.45 0.27 0.37
HSL 335.83º 0.29% 0.49% -
HSV(B) 335.83º 0.45% 0.63% -
XYZ 21.54 16.03 19.1 -
YUV 113.83 130.35 161.64 -
System Red Green Blue C M Y K H S L
Decimal 161 89 118 0 0.45 0.27 0.37 335.83 0.29 0.49
Hex A1 59 76 0 2D 1B 25 150 1D 31
Octal 241 131 166 0 55 33 45 520 35 61
Binary 10100001 1011001 1110110 0 101101 11011 100101 101010000 11101 110001

Color Harmonies of #A15976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15976

Black with #A15976

Text Example


Text Example

White with #A15976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15976; }

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

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

background-color css

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

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

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

border-color css

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

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

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