Html Css Color HEX #A15D6D Mauve Taupe

📋 copy color: '#A15D6D'

red 161 ◦ green 93 ◦ blue 109

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

Shades of Mauve Taupe #A15D6D

Tints of Mauve Taupe #A15D6D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.62%

 BLUE value IS 109 (42.97% from 255) = 30.03%

R = 44.35%
G = 25.62%
B = 30.03%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#A15D6D (or 0xA15D6D) is known color: Mauve Taupe. HEX triplet: A1, 5D and 6D. RGB value is (161,93,109). Sum of RGB (Red+Green+Blue) = 161+93+109=363 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.35% from 363); Green value is 93 (36.72% from 255 or 25.62% from 363); Blue value is 109 (42.97% from 255 or 30.03% from 363); Max value from RGB is 161 - color contains mainly: red. Hex color #A15D6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15D6D is #5EA292. Grayscale: #737373. Windows color (decimal): -6202003 or 7167393. OLE color: 7167393.

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

Color convert

RGB 161 93 109 -
CMYK 0 0.42 0.32 0.37
HSL 345.88º 0.27% 0.5% -
HSV(B) 345.88º 0.42% 0.63% -
XYZ 21.37 16.51 16.53 -
YUV 115.16 124.53 160.7 -
System Red Green Blue C M Y K H S L
Decimal 161 93 109 0 0.42 0.32 0.37 345.88 0.27 0.5
Hex A1 5D 6D 0 2A 20 25 15A 1B 32
Octal 241 135 155 0 52 40 45 532 33 62
Binary 10100001 1011101 1101101 0 101010 100000 100101 101011010 11011 110010

Color Harmonies of #A15D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15D6D

Black with #A15D6D

Text Example


Text Example

White with #A15D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15D6D; }

 p { color: rgb(161,93,109); }

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

background-color css

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

 a { background-color: rgb(161,93,109); }

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

border-color css

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

 span { border-color: rgb(161,93,109); }

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