Html Css Color HEX #A15D77 Mauve Taupe

📋 copy color: '#A15D77'

red 161 ◦ green 93 ◦ blue 119

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

Shades of Mauve Taupe #A15D77

Tints of Mauve Taupe #A15D77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 31.9%

R = 43.16%
G = 24.93%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.26

 K value IS 0.37

RGB Variations

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

Color information

#A15D77 (or 0xA15D77) is known color: Mauve Taupe. HEX triplet: A1, 5D and 77. RGB value is (161,93,119). Sum of RGB (Red+Green+Blue) = 161+93+119=373 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.16% from 373); Green value is 93 (36.72% from 255 or 24.93% from 373); Blue value is 119 (46.88% from 255 or 31.90% from 373); Max value from RGB is 161 - color contains mainly: red. Hex color #A15D77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15D77 is #5EA288. Grayscale: #747474. Windows color (decimal): -6201993 or 7822753. OLE color: 7822753.

HSL color Cylindrical-coordinate representation of color #A15D77: hue angle of 337.06º 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 #A15D77 is Cyan = 0, Magento = 0.42, Yellow = 0.26 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 93 119 -
CMYK 0 0.42 0.26 0.37
HSL 337.06º 0.27% 0.5% -
HSV(B) 337.06º 0.42% 0.63% -
XYZ 21.94 16.74 19.53 -
YUV 116.3 129.53 159.89 -
System Red Green Blue C M Y K H S L
Decimal 161 93 119 0 0.42 0.26 0.37 337.06 0.27 0.5
Hex A1 5D 77 0 2A 1A 25 151 1B 32
Octal 241 135 167 0 52 32 45 521 33 62
Binary 10100001 1011101 1110111 0 101010 11010 100101 101010001 11011 110010

Color Harmonies of #A15D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15D77

Black with #A15D77

Text Example


Text Example

White with #A15D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15D77; }

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

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

background-color css

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

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

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

border-color css

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

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

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