Html Css Color HEX #A06376 Mauve Taupe

📋 copy color: '#A06376'

red 160 ◦ green 99 ◦ blue 118

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

Shades of Mauve Taupe #A06376

Tints of Mauve Taupe #A06376

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.26%

 BLUE value IS 118 (46.48% from 255) = 31.3%

R = 42.44%
G = 26.26%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.26

 K value IS 0.37

RGB Variations

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

Color information

#A06376 (or 0xA06376) is known color: Mauve Taupe. HEX triplet: A0, 63 and 76. RGB value is (160,99,118). Sum of RGB (Red+Green+Blue) = 160+99+118=377 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.44% from 377); Green value is 99 (39.06% from 255 or 26.26% from 377); Blue value is 118 (46.48% from 255 or 31.30% from 377); Max value from RGB is 160 - color contains mainly: red. Hex color #A06376 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06376 is #5F9C89. Grayscale: #777777. Windows color (decimal): -6265994 or 7758752. OLE color: 7758752.

HSL color Cylindrical-coordinate representation of color #A06376: hue angle of 341.31º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A06376 is Cyan = 0, Magento = 0.38, Yellow = 0.26 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 99 118 -
CMYK 0 0.38 0.26 0.37
HSL 341.31º 0.24% 0.51% -
HSV(B) 341.31º 0.38% 0.63% -
XYZ 22.23 17.71 19.39 -
YUV 119.41 127.21 156.96 -
System Red Green Blue C M Y K H S L
Decimal 160 99 118 0 0.38 0.26 0.37 341.31 0.24 0.51
Hex A0 63 76 0 26 1A 25 155 18 33
Octal 240 143 166 0 46 32 45 525 30 63
Binary 10100000 1100011 1110110 0 100110 11010 100101 101010101 11000 110011

Color Harmonies of #A06376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06376

Black with #A06376

Text Example


Text Example

White with #A06376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06376; }

 p { color: rgb(160,99,118); }

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

background-color css

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

 a { background-color: rgb(160,99,118); }

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

border-color css

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

 span { border-color: rgb(160,99,118); }

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