Html Css Color HEX #A06071 Mauve Taupe

📋 copy color: '#A06071'

red 160 ◦ green 96 ◦ blue 113

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

Shades of Mauve Taupe #A06071

Tints of Mauve Taupe #A06071

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.02%

 BLUE value IS 113 (44.53% from 255) = 30.62%

R = 43.36%
G = 26.02%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#A06071 (or 0xA06071) is known color: Mauve Taupe. HEX triplet: A0, 60 and 71. RGB value is (160,96,113). Sum of RGB (Red+Green+Blue) = 160+96+113=369 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.36% from 369); Green value is 96 (37.89% from 255 or 26.02% from 369); Blue value is 113 (44.53% from 255 or 30.62% from 369); Max value from RGB is 160 - color contains mainly: red. Hex color #A06071 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06071 is #5F9F8E. Grayscale: #757575. Windows color (decimal): -6266767 or 7430304. OLE color: 7430304.

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

Color convert

RGB 160 96 113 -
CMYK 0 0.4 0.29 0.37
HSL 344.06º 0.25% 0.5% -
HSV(B) 344.06º 0.4% 0.63% -
XYZ 21.66 17.03 17.77 -
YUV 117.07 125.7 158.62 -
System Red Green Blue C M Y K H S L
Decimal 160 96 113 0 0.4 0.29 0.37 344.06 0.25 0.5
Hex A0 60 71 0 28 1D 25 158 19 32
Octal 240 140 161 0 50 35 45 530 31 62
Binary 10100000 1100000 1110001 0 101000 11101 100101 101011000 11001 110010

Color Harmonies of #A06071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06071

Black with #A06071

Text Example


Text Example

White with #A06071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06071; }

 p { color: rgb(160,96,113); }

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

background-color css

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

 a { background-color: rgb(160,96,113); }

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

border-color css

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

 span { border-color: rgb(160,96,113); }

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