Html Css Color HEX #A16078 Mauve Taupe

📋 copy color: '#A16078'

red 161 ◦ green 96 ◦ blue 120

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

Shades of Mauve Taupe #A16078

Tints of Mauve Taupe #A16078

RGB

 RED value IS 161 (63.28% from 255) = 42.71%

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

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

R = 42.71%
G = 25.46%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.25

 K value IS 0.37

RGB Variations

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

Color information

#A16078 (or 0xA16078) is known color: Mauve Taupe. HEX triplet: A1, 60 and 78. RGB value is (161,96,120). Sum of RGB (Red+Green+Blue) = 161+96+120=377 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.71% from 377); Green value is 96 (37.89% from 255 or 25.46% from 377); Blue value is 120 (47.27% from 255 or 31.83% from 377); Max value from RGB is 161 - color contains mainly: red. Hex color #A16078 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16078 is #5E9F87. Grayscale: #767676. Windows color (decimal): -6201224 or 7889057. OLE color: 7889057.

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

Color convert

RGB 161 96 120 -
CMYK 0 0.40 0.25 0.37
HSL 337.85º 0.26% 0.5% -
HSV(B) 337.85º 0.4% 0.63% -
XYZ 22.27 17.3 19.93 -
YUV 118.17 129.03 158.55 -
System Red Green Blue C M Y K H S L
Decimal 161 96 120 0 0.40 0.25 0.37 337.85 0.26 0.5
Hex A1 60 78 0 28 19 25 152 1A 32
Octal 241 140 170 0 50 31 45 522 32 62
Binary 10100001 1100000 1111000 0 101000 11001 100101 101010010 11010 110010

Color Harmonies of #A16078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16078

Black with #A16078

Text Example


Text Example

White with #A16078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16078; }

 p { color: rgb(161,96,120); }

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

background-color css

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

 a { background-color: rgb(161,96,120); }

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

border-color css

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

 span { border-color: rgb(161,96,120); }

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