Html Css Color HEX #A05E6B Mauve Taupe

📋 copy color: '#A05E6B'

red 160 ◦ green 94 ◦ blue 107

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

Shades of Mauve Taupe #A05E6B

Tints of Mauve Taupe #A05E6B

RGB

 RED value IS 160 (62.89% from 255) = 44.32%

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

 BLUE value IS 107 (42.19% from 255) = 29.64%

R = 44.32%
G = 26.04%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.33

 K value IS 0.37

RGB Variations

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

Color information

#A05E6B (or 0xA05E6B) is known color: Mauve Taupe. HEX triplet: A0, 5E and 6B. RGB value is (160,94,107). Sum of RGB (Red+Green+Blue) = 160+94+107=361 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.32% from 361); Green value is 94 (37.11% from 255 or 26.04% from 361); Blue value is 107 (42.19% from 255 or 29.64% from 361); Max value from RGB is 160 - color contains mainly: red. Hex color #A05E6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05E6B is #5FA194. Grayscale: #737373. Windows color (decimal): -6267285 or 7036576. OLE color: 7036576.

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

Color convert

RGB 160 94 107 -
CMYK 0 0.41 0.33 0.37
HSL 348.18º 0.26% 0.5% -
HSV(B) 348.18º 0.41% 0.63% -
XYZ 21.15 16.54 15.99 -
YUV 115.22 123.37 159.94 -
System Red Green Blue C M Y K H S L
Decimal 160 94 107 0 0.41 0.33 0.37 348.18 0.26 0.5
Hex A0 5E 6B 0 29 21 25 15C 1A 32
Octal 240 136 153 0 51 41 45 534 32 62
Binary 10100000 1011110 1101011 0 101001 100001 100101 101011100 11010 110010

Color Harmonies of #A05E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05E6B

Black with #A05E6B

Text Example


Text Example

White with #A05E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05E6B; }

 p { color: rgb(160,94,107); }

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

background-color css

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

 a { background-color: rgb(160,94,107); }

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

border-color css

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

 span { border-color: rgb(160,94,107); }

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