Html Css Color HEX #A15674 Mauve Taupe

📋 copy color: '#A15674'

red 161 ◦ green 86 ◦ blue 116

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

Shades of Mauve Taupe #A15674

Tints of Mauve Taupe #A15674

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.69%

 BLUE value IS 116 (45.7% from 255) = 31.96%

R = 44.35%
G = 23.69%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.28

 K value IS 0.37

RGB Variations

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

Color information

#A15674 (or 0xA15674) is known color: Mauve Taupe. HEX triplet: A1, 56 and 74. RGB value is (161,86,116). Sum of RGB (Red+Green+Blue) = 161+86+116=363 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.35% from 363); Green value is 86 (33.98% from 255 or 23.69% from 363); Blue value is 116 (45.70% from 255 or 31.96% from 363); Max value from RGB is 161 - color contains mainly: red. Hex color #A15674 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15674 is #5EA98B. Grayscale: #6F6F6F. Windows color (decimal): -6203788 or 7624353. OLE color: 7624353.

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

Color convert

RGB 161 86 116 -
CMYK 0 0.47 0.28 0.37
HSL 336º 0.3% 0.48% -
HSV(B) 336º 0.47% 0.63% -
XYZ 21.18 15.49 18.4 -
YUV 111.85 130.35 163.06 -
System Red Green Blue C M Y K H S L
Decimal 161 86 116 0 0.47 0.28 0.37 336 0.3 0.48
Hex A1 56 74 0 2F 1C 25 150 1E 30
Octal 241 126 164 0 57 34 45 520 36 60
Binary 10100001 1010110 1110100 0 101111 11100 100101 101010000 11110 110000

Color Harmonies of #A15674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15674

Black with #A15674

Text Example


Text Example

White with #A15674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15674; }

 p { color: rgb(161,86,116); }

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

background-color css

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

 a { background-color: rgb(161,86,116); }

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

border-color css

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

 span { border-color: rgb(161,86,116); }

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