Html Css Color HEX #A15F73 Mauve Taupe

📋 copy color: '#A15F73'

red 161 ◦ green 95 ◦ blue 115

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

Shades of Mauve Taupe #A15F73

Tints of Mauve Taupe #A15F73

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.61%

 BLUE value IS 115 (45.31% from 255) = 31%

R = 43.4%
G = 25.61%
B = 31%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#A15F73 (or 0xA15F73) is known color: Mauve Taupe. HEX triplet: A1, 5F and 73. RGB value is (161,95,115). Sum of RGB (Red+Green+Blue) = 161+95+115=371 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.40% from 371); Green value is 95 (37.5% from 255 or 25.61% from 371); Blue value is 115 (45.31% from 255 or 31.00% from 371); Max value from RGB is 161 - color contains mainly: red. Hex color #A15F73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15F73 is #5EA08C. Grayscale: #757575. Windows color (decimal): -6201485 or 7561121. OLE color: 7561121.

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

Color convert

RGB 161 95 115 -
CMYK 0 0.41 0.29 0.37
HSL 341.82º 0.26% 0.5% -
HSV(B) 341.82º 0.41% 0.63% -
XYZ 21.88 17 18.35 -
YUV 117.01 126.87 159.37 -
System Red Green Blue C M Y K H S L
Decimal 161 95 115 0 0.41 0.29 0.37 341.82 0.26 0.5
Hex A1 5F 73 0 29 1D 25 156 1A 32
Octal 241 137 163 0 51 35 45 526 32 62
Binary 10100001 1011111 1110011 0 101001 11101 100101 101010110 11010 110010

Color Harmonies of #A15F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15F73

Black with #A15F73

Text Example


Text Example

White with #A15F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15F73; }

 p { color: rgb(161,95,115); }

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

background-color css

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

 a { background-color: rgb(161,95,115); }

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

border-color css

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

 span { border-color: rgb(161,95,115); }

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