Html Css Color HEX #A05B70 Mauve Taupe

📋 copy color: '#A05B70'

red 160 ◦ green 91 ◦ blue 112

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

Shades of Mauve Taupe #A05B70

Tints of Mauve Taupe #A05B70

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.07%

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

R = 44.08%
G = 25.07%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.30

 K value IS 0.37

RGB Variations

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

Color information

#A05B70 (or 0xA05B70) is known color: Mauve Taupe. HEX triplet: A0, 5B and 70. RGB value is (160,91,112). Sum of RGB (Red+Green+Blue) = 160+91+112=363 (48% of max value = 765). Red value is 160 (62.89% from 255 or 44.08% from 363); Green value is 91 (35.94% from 255 or 25.07% from 363); Blue value is 112 (44.14% from 255 or 30.85% from 363); Max value from RGB is 160 - color contains mainly: red. Hex color #A05B70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A05B70 is #5FA48F. Grayscale: #727272. Windows color (decimal): -6268048 or 7363488. OLE color: 7363488.

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

Color convert

RGB 160 91 112 -
CMYK 0 0.43 0.30 0.37
HSL 341.74º 0.27% 0.49% -
HSV(B) 341.74º 0.43% 0.63% -
XYZ 21.16 16.13 17.33 -
YUV 114.03 126.86 160.79 -
System Red Green Blue C M Y K H S L
Decimal 160 91 112 0 0.43 0.30 0.37 341.74 0.27 0.49
Hex A0 5B 70 0 2B 1E 25 156 1B 31
Octal 240 133 160 0 53 36 45 526 33 61
Binary 10100000 1011011 1110000 0 101011 11110 100101 101010110 11011 110001

Color Harmonies of #A05B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05B70

Black with #A05B70

Text Example


Text Example

White with #A05B70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05B70; }

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

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

background-color css

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

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

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

border-color css

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

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

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