Html Css Color HEX #A05972 Mauve Taupe

📋 copy color: '#A05972'

red 160 ◦ green 89 ◦ blue 114

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

Shades of Mauve Taupe #A05972

Tints of Mauve Taupe #A05972

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.52%

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

R = 44.08%
G = 24.52%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#A05972 (or 0xA05972) is known color: Mauve Taupe. HEX triplet: A0, 59 and 72. RGB value is (160,89,114). Sum of RGB (Red+Green+Blue) = 160+89+114=363 (48% of max value = 765). Red value is 160 (62.89% from 255 or 44.08% from 363); Green value is 89 (35.16% from 255 or 24.52% from 363); Blue value is 114 (44.92% from 255 or 31.40% from 363); Max value from RGB is 160 - color contains mainly: red. Hex color #A05972 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05972 is #5FA68D. Grayscale: #717171. Windows color (decimal): -6268558 or 7494048. OLE color: 7494048.

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

Color convert

RGB 160 89 114 -
CMYK 0 0.44 0.29 0.37
HSL 338.87º 0.29% 0.49% -
HSV(B) 338.87º 0.44% 0.63% -
XYZ 21.11 15.83 17.86 -
YUV 113.08 128.52 161.47 -
System Red Green Blue C M Y K H S L
Decimal 160 89 114 0 0.44 0.29 0.37 338.87 0.29 0.49
Hex A0 59 72 0 2C 1D 25 153 1D 31
Octal 240 131 162 0 54 35 45 523 35 61
Binary 10100000 1011001 1110010 0 101100 11101 100101 101010011 11101 110001

Color Harmonies of #A05972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05972

Black with #A05972

Text Example


Text Example

White with #A05972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05972; }

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

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

background-color css

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

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

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

border-color css

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

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

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