Html Css Color HEX #A05978 Mauve Taupe

📋 copy color: '#A05978'

red 160 ◦ green 89 ◦ blue 120

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

Shades of Mauve Taupe #A05978

Tints of Mauve Taupe #A05978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 32.52%

R = 43.36%
G = 24.12%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.25

 K value IS 0.37

RGB Variations

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

Color information

#A05978 (or 0xA05978) is known color: Mauve Taupe. HEX triplet: A0, 59 and 78. RGB value is (160,89,120). Sum of RGB (Red+Green+Blue) = 160+89+120=369 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.36% from 369); Green value is 89 (35.16% from 255 or 24.12% from 369); Blue value is 120 (47.27% from 255 or 32.52% from 369); Max value from RGB is 160 - color contains mainly: red. Hex color #A05978 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05978 is #5FA687. Grayscale: #717171. Windows color (decimal): -6268552 or 7887264. OLE color: 7887264.

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

Color convert

RGB 160 89 120 -
CMYK 0 0.44 0.25 0.37
HSL 333.8º 0.29% 0.49% -
HSV(B) 333.8º 0.44% 0.63% -
XYZ 21.46 15.97 19.72 -
YUV 113.76 131.52 160.98 -
System Red Green Blue C M Y K H S L
Decimal 160 89 120 0 0.44 0.25 0.37 333.8 0.29 0.49
Hex A0 59 78 0 2C 19 25 14E 1D 31
Octal 240 131 170 0 54 31 45 516 35 61
Binary 10100000 1011001 1111000 0 101100 11001 100101 101001110 11101 110001

Color Harmonies of #A05978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05978

Black with #A05978

Text Example


Text Example

White with #A05978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05978; }

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

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

background-color css

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

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

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

border-color css

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

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

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