Html Css Color HEX #A16277 Mauve Taupe

📋 copy color: '#A16277'

red 161 ◦ green 98 ◦ blue 119

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

Shades of Mauve Taupe #A16277

Tints of Mauve Taupe #A16277

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.93%

 BLUE value IS 119 (46.88% from 255) = 31.48%

R = 42.59%
G = 25.93%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.26

 K value IS 0.37

RGB Variations

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

Color information

#A16277 (or 0xA16277) is known color: Mauve Taupe. HEX triplet: A1, 62 and 77. RGB value is (161,98,119). Sum of RGB (Red+Green+Blue) = 161+98+119=378 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.59% from 378); Green value is 98 (38.67% from 255 or 25.93% from 378); Blue value is 119 (46.88% from 255 or 31.48% from 378); Max value from RGB is 161 - color contains mainly: red. Hex color #A16277 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16277 is #5E9D88. Grayscale: #777777. Windows color (decimal): -6200713 or 7824033. OLE color: 7824033.

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

Color convert

RGB 161 98 119 -
CMYK 0 0.39 0.26 0.37
HSL 340º 0.25% 0.51% -
HSV(B) 340º 0.39% 0.63% -
XYZ 22.4 17.64 19.68 -
YUV 119.23 127.87 157.79 -
System Red Green Blue C M Y K H S L
Decimal 161 98 119 0 0.39 0.26 0.37 340 0.25 0.51
Hex A1 62 77 0 27 1A 25 154 19 33
Octal 241 142 167 0 47 32 45 524 31 63
Binary 10100001 1100010 1110111 0 100111 11010 100101 101010100 11001 110011

Color Harmonies of #A16277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16277

Black with #A16277

Text Example


Text Example

White with #A16277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16277; }

 p { color: rgb(161,98,119); }

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

background-color css

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

 a { background-color: rgb(161,98,119); }

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

border-color css

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

 span { border-color: rgb(161,98,119); }

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