Html Css Color HEX #A05D72 Mauve Taupe

📋 copy color: '#A05D72'

red 160 ◦ green 93 ◦ blue 114

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

Shades of Mauve Taupe #A05D72

Tints of Mauve Taupe #A05D72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 31.06%

R = 43.6%
G = 25.34%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#A05D72 (or 0xA05D72) is known color: Mauve Taupe. HEX triplet: A0, 5D and 72. RGB value is (160,93,114). Sum of RGB (Red+Green+Blue) = 160+93+114=367 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.60% from 367); Green value is 93 (36.72% from 255 or 25.34% from 367); Blue value is 114 (44.92% from 255 or 31.06% from 367); Max value from RGB is 160 - color contains mainly: red. Hex color #A05D72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05D72 is #5FA28D. Grayscale: #737373. Windows color (decimal): -6267534 or 7495072. OLE color: 7495072.

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

Color convert

RGB 160 93 114 -
CMYK 0 0.42 0.29 0.37
HSL 341.19º 0.26% 0.5% -
HSV(B) 341.19º 0.42% 0.63% -
XYZ 21.45 16.52 17.98 -
YUV 115.43 127.2 159.79 -
System Red Green Blue C M Y K H S L
Decimal 160 93 114 0 0.42 0.29 0.37 341.19 0.26 0.5
Hex A0 5D 72 0 2A 1D 25 155 1A 32
Octal 240 135 162 0 52 35 45 525 32 62
Binary 10100000 1011101 1110010 0 101010 11101 100101 101010101 11010 110010

Color Harmonies of #A05D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05D72

Black with #A05D72

Text Example


Text Example

White with #A05D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05D72; }

 p { color: rgb(160,93,114); }

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

background-color css

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

 a { background-color: rgb(160,93,114); }

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

border-color css

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

 span { border-color: rgb(160,93,114); }

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