Html Css Color HEX #A15E6A Mauve Taupe

📋 copy color: '#A15E6A'

red 161 ◦ green 94 ◦ blue 106

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

Shades of Mauve Taupe #A15E6A

Tints of Mauve Taupe #A15E6A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.04%

 BLUE value IS 106 (41.8% from 255) = 29.36%

R = 44.6%
G = 26.04%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.34

 K value IS 0.37

RGB Variations

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

Color information

#A15E6A (or 0xA15E6A) is known color: Mauve Taupe. HEX triplet: A1, 5E and 6A. RGB value is (161,94,106). Sum of RGB (Red+Green+Blue) = 161+94+106=361 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.60% from 361); Green value is 94 (37.11% from 255 or 26.04% from 361); Blue value is 106 (41.80% from 255 or 29.36% from 361); Max value from RGB is 161 - color contains mainly: red. Hex color #A15E6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15E6A is #5EA195. Grayscale: #737373. Windows color (decimal): -6201750 or 6971041. OLE color: 6971041.

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

Color convert

RGB 161 94 106 -
CMYK 0 0.42 0.34 0.37
HSL 349.25º 0.26% 0.5% -
HSV(B) 349.25º 0.42% 0.63% -
XYZ 21.3 16.62 15.72 -
YUV 115.4 122.7 160.52 -
System Red Green Blue C M Y K H S L
Decimal 161 94 106 0 0.42 0.34 0.37 349.25 0.26 0.5
Hex A1 5E 6A 0 2A 22 25 15D 1A 32
Octal 241 136 152 0 52 42 45 535 32 62
Binary 10100001 1011110 1101010 0 101010 100010 100101 101011101 11010 110010

Color Harmonies of #A15E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15E6A

Black with #A15E6A

Text Example


Text Example

White with #A15E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15E6A; }

 p { color: rgb(161,94,106); }

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

background-color css

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

 a { background-color: rgb(161,94,106); }

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

border-color css

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

 span { border-color: rgb(161,94,106); }

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