Html Css Color HEX #A16378 Mauve Taupe

📋 copy color: '#A16378'

red 161 ◦ green 99 ◦ blue 120

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

Shades of Mauve Taupe #A16378

Tints of Mauve Taupe #A16378

RGB

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

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

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

R = 42.37%
G = 26.05%
B = 31.58%

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

#A16378 (or 0xA16378) is known color: Mauve Taupe. HEX triplet: A1, 63 and 78. RGB value is (161,99,120). Sum of RGB (Red+Green+Blue) = 161+99+120=380 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.37% from 380); Green value is 99 (39.06% from 255 or 26.05% from 380); Blue value is 120 (47.27% from 255 or 31.58% from 380); Max value from RGB is 161 - color contains mainly: red. Hex color #A16378 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16378 is #5E9C87. Grayscale: #777777. Windows color (decimal): -6200456 or 7889825. OLE color: 7889825.

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

Color convert

RGB 161 99 120 -
CMYK 0 0.39 0.25 0.37
HSL 339.68º 0.25% 0.51% -
HSV(B) 339.68º 0.39% 0.63% -
XYZ 22.55 17.86 20.03 -
YUV 119.93 128.04 157.29 -
System Red Green Blue C M Y K H S L
Decimal 161 99 120 0 0.39 0.25 0.37 339.68 0.25 0.51
Hex A1 63 78 0 27 19 25 154 19 33
Octal 241 143 170 0 47 31 45 524 31 63
Binary 10100001 1100011 1111000 0 100111 11001 100101 101010100 11001 110011

Color Harmonies of #A16378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16378

Black with #A16378

Text Example


Text Example

White with #A16378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16378; }

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

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

background-color css

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

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

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

border-color css

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

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

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