Html Css Color HEX #A15F6E Mauve Taupe

📋 copy color: '#A15F6E'

red 161 ◦ green 95 ◦ blue 110

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

Shades of Mauve Taupe #A15F6E

Tints of Mauve Taupe #A15F6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 30.05%

R = 43.99%
G = 25.96%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#A15F6E (or 0xA15F6E) is known color: Mauve Taupe. HEX triplet: A1, 5F and 6E. RGB value is (161,95,110). Sum of RGB (Red+Green+Blue) = 161+95+110=366 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.99% from 366); Green value is 95 (37.5% from 255 or 25.96% from 366); Blue value is 110 (43.36% from 255 or 30.05% from 366); Max value from RGB is 161 - color contains mainly: red. Hex color #A15F6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15F6E is #5EA091. Grayscale: #747474. Windows color (decimal): -6201490 or 7233441. OLE color: 7233441.

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

Color convert

RGB 161 95 110 -
CMYK 0 0.41 0.32 0.37
HSL 346.36º 0.26% 0.5% -
HSV(B) 346.36º 0.41% 0.63% -
XYZ 21.6 16.89 16.87 -
YUV 116.44 124.37 159.78 -
System Red Green Blue C M Y K H S L
Decimal 161 95 110 0 0.41 0.32 0.37 346.36 0.26 0.5
Hex A1 5F 6E 0 29 20 25 15A 1A 32
Octal 241 137 156 0 51 40 45 532 32 62
Binary 10100001 1011111 1101110 0 101001 100000 100101 101011010 11010 110010

Color Harmonies of #A15F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15F6E

Black with #A15F6E

Text Example


Text Example

White with #A15F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15F6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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