Html Css Color HEX #A06478 Mauve Taupe

📋 copy color: '#A06478'

red 160 ◦ green 100 ◦ blue 120

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

Shades of Mauve Taupe #A06478

Tints of Mauve Taupe #A06478

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.32%

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

R = 42.11%
G = 26.32%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.25

 K value IS 0.37

RGB Variations

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

Color information

#A06478 (or 0xA06478) is known color: Mauve Taupe. HEX triplet: A0, 64 and 78. RGB value is (160,100,120). Sum of RGB (Red+Green+Blue) = 160+100+120=380 (50% of max value = 765). Red value is 160 (62.89% from 255 or 42.11% from 380); Green value is 100 (39.45% from 255 or 26.32% from 380); Blue value is 120 (47.27% from 255 or 31.58% from 380); Max value from RGB is 160 - color contains mainly: red. Hex color #A06478 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A06478 is #5F9B87. Grayscale: #787878. Windows color (decimal): -6265736 or 7890080. OLE color: 7890080.

HSL color Cylindrical-coordinate representation of color #A06478: hue angle of 340º 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 #A06478 is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 100 120 -
CMYK 0 0.38 0.25 0.37
HSL 340º 0.24% 0.51% -
HSV(B) 340º 0.38% 0.63% -
XYZ 22.44 17.94 20.05 -
YUV 120.22 127.88 156.37 -
System Red Green Blue C M Y K H S L
Decimal 160 100 120 0 0.38 0.25 0.37 340 0.24 0.51
Hex A0 64 78 0 26 19 25 154 18 33
Octal 240 144 170 0 46 31 45 524 30 63
Binary 10100000 1100100 1111000 0 100110 11001 100101 101010100 11000 110011

Color Harmonies of #A06478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A06478

Black with #A06478

Text Example


Text Example

White with #A06478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A06478; }

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

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

background-color css

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

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

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

border-color css

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

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

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