Html Css Color HEX #A05770 Mauve Taupe

📋 copy color: '#A05770'

red 160 ◦ green 87 ◦ blue 112

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

Shades of Mauve Taupe #A05770

Tints of Mauve Taupe #A05770

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.23%

 BLUE value IS 112 (44.14% from 255) = 31.2%

R = 44.57%
G = 24.23%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.30

 K value IS 0.37

RGB Variations

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

Color information

#A05770 (or 0xA05770) is known color: Mauve Taupe. HEX triplet: A0, 57 and 70. RGB value is (160,87,112). Sum of RGB (Red+Green+Blue) = 160+87+112=359 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.57% from 359); Green value is 87 (34.38% from 255 or 24.23% from 359); Blue value is 112 (44.14% from 255 or 31.20% from 359); Max value from RGB is 160 - color contains mainly: red. Hex color #A05770 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05770 is #5FA88F. Grayscale: #6F6F6F. Windows color (decimal): -6269072 or 7362464. OLE color: 7362464.

HSL color Cylindrical-coordinate representation of color #A05770: hue angle of 339.45º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A05770 is Cyan = 0, Magento = 0.46, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 87 112 -
CMYK 0 0.46 0.30 0.37
HSL 339.45º 0.3% 0.48% -
HSV(B) 339.45º 0.46% 0.63% -
XYZ 20.83 15.46 17.22 -
YUV 111.68 128.18 162.47 -
System Red Green Blue C M Y K H S L
Decimal 160 87 112 0 0.46 0.30 0.37 339.45 0.3 0.48
Hex A0 57 70 0 2E 1E 25 153 1E 30
Octal 240 127 160 0 56 36 45 523 36 60
Binary 10100000 1010111 1110000 0 101110 11110 100101 101010011 11110 110000

Color Harmonies of #A05770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05770

Black with #A05770

Text Example


Text Example

White with #A05770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05770; }

 p { color: rgb(160,87,112); }

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

background-color css

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

 a { background-color: rgb(160,87,112); }

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

border-color css

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

 span { border-color: rgb(160,87,112); }

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