Html Css Color HEX #A16075 Mauve Taupe

📋 copy color: '#A16075'

red 161 ◦ green 96 ◦ blue 117

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

Shades of Mauve Taupe #A16075

Tints of Mauve Taupe #A16075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 31.28%

R = 43.05%
G = 25.67%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#A16075 (or 0xA16075) is known color: Mauve Taupe. HEX triplet: A1, 60 and 75. RGB value is (161,96,117). Sum of RGB (Red+Green+Blue) = 161+96+117=374 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.05% from 374); Green value is 96 (37.89% from 255 or 25.67% from 374); Blue value is 117 (46.09% from 255 or 31.28% from 374); Max value from RGB is 161 - color contains mainly: red. Hex color #A16075 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A16075 is #5E9F8A. Grayscale: #757575. Windows color (decimal): -6201227 or 7692449. OLE color: 7692449.

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

Color convert

RGB 161 96 117 -
CMYK 0 0.40 0.27 0.37
HSL 340.62º 0.26% 0.5% -
HSV(B) 340.62º 0.4% 0.63% -
XYZ 22.09 17.23 18.99 -
YUV 117.83 127.53 158.79 -
System Red Green Blue C M Y K H S L
Decimal 161 96 117 0 0.40 0.27 0.37 340.62 0.26 0.5
Hex A1 60 75 0 28 1B 25 155 1A 32
Octal 241 140 165 0 50 33 45 525 32 62
Binary 10100001 1100000 1110101 0 101000 11011 100101 101010101 11010 110010

Color Harmonies of #A16075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A16075

Black with #A16075

Text Example


Text Example

White with #A16075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A16075; }

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

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

background-color css

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

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

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

border-color css

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

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

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