Html Css Color HEX #A06178 Mauve Taupe

📋 copy color: '#A06178'

red 160 ◦ green 97 ◦ blue 120

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

Shades of Mauve Taupe #A06178

Tints of Mauve Taupe #A06178

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.73%

 BLUE value IS 120 (47.27% from 255) = 31.83%

R = 42.44%
G = 25.73%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.25

 K value IS 0.37

RGB Variations

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

Color information

#A06178 (or 0xA06178) is known color: Mauve Taupe. HEX triplet: A0, 61 and 78. RGB value is (160,97,120). Sum of RGB (Red+Green+Blue) = 160+97+120=377 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.44% from 377); Green value is 97 (38.28% from 255 or 25.73% from 377); Blue value is 120 (47.27% from 255 or 31.83% from 377); Max value from RGB is 160 - color contains mainly: red. Hex color #A06178 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06178 is #5F9E87. Grayscale: #767676. Windows color (decimal): -6266504 or 7889312. OLE color: 7889312.

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

Color convert

RGB 160 97 120 -
CMYK 0 0.39 0.25 0.37
HSL 338.1º 0.25% 0.5% -
HSV(B) 338.1º 0.39% 0.63% -
XYZ 22.16 17.38 19.96 -
YUV 118.46 128.87 157.63 -
System Red Green Blue C M Y K H S L
Decimal 160 97 120 0 0.39 0.25 0.37 338.1 0.25 0.5
Hex A0 61 78 0 27 19 25 152 19 32
Octal 240 141 170 0 47 31 45 522 31 62
Binary 10100000 1100001 1111000 0 100111 11001 100101 101010010 11001 110010

Color Harmonies of #A06178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06178

Black with #A06178

Text Example


Text Example

White with #A06178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06178; }

 p { color: rgb(160,97,120); }

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

background-color css

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

 a { background-color: rgb(160,97,120); }

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

border-color css

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

 span { border-color: rgb(160,97,120); }

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