Html Css Color HEX #A0586F Mauve Taupe

📋 copy color: '#A0586F'

red 160 ◦ green 88 ◦ blue 111

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

Shades of Mauve Taupe #A0586F

Tints of Mauve Taupe #A0586F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.51%

 BLUE value IS 111 (43.75% from 255) = 30.92%

R = 44.57%
G = 24.51%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.31

 K value IS 0.37

RGB Variations

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

Color information

#A0586F (or 0xA0586F) is known color: Mauve Taupe. HEX triplet: A0, 58 and 6F. RGB value is (160,88,111). Sum of RGB (Red+Green+Blue) = 160+88+111=359 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.57% from 359); Green value is 88 (34.77% from 255 or 24.51% from 359); Blue value is 111 (43.75% from 255 or 30.92% from 359); Max value from RGB is 160 - color contains mainly: red. Hex color #A0586F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0586F is #5FA790. Grayscale: #707070. Windows color (decimal): -6268817 or 7297184. OLE color: 7297184.

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

Color convert

RGB 160 88 111 -
CMYK 0 0.45 0.31 0.37
HSL 340.83º 0.29% 0.49% -
HSV(B) 340.83º 0.45% 0.63% -
XYZ 20.86 15.6 16.95 -
YUV 112.15 127.35 162.13 -
System Red Green Blue C M Y K H S L
Decimal 160 88 111 0 0.45 0.31 0.37 340.83 0.29 0.49
Hex A0 58 6F 0 2D 1F 25 155 1D 31
Octal 240 130 157 0 55 37 45 525 35 61
Binary 10100000 1011000 1101111 0 101101 11111 100101 101010101 11101 110001

Color Harmonies of #A0586F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0586F

Black with #A0586F

Text Example


Text Example

White with #A0586F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0586F; }

 p { color: rgb(160,88,111); }

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

background-color css

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

 a { background-color: rgb(160,88,111); }

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

border-color css

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

 span { border-color: rgb(160,88,111); }

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