Html Css Color HEX #A1606F Mauve Taupe

📋 copy color: '#A1606F'

red 161 ◦ green 96 ◦ blue 111

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

Shades of Mauve Taupe #A1606F

Tints of Mauve Taupe #A1606F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 30.16%

R = 43.75%
G = 26.09%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.31

 K value IS 0.37

RGB Variations

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

Color information

#A1606F (or 0xA1606F) is known color: Mauve Taupe. HEX triplet: A1, 60 and 6F. RGB value is (161,96,111). Sum of RGB (Red+Green+Blue) = 161+96+111=368 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.75% from 368); Green value is 96 (37.89% from 255 or 26.09% from 368); Blue value is 111 (43.75% from 255 or 30.16% from 368); Max value from RGB is 161 - color contains mainly: red. Hex color #A1606F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1606F is #5E9F90. Grayscale: #757575. Windows color (decimal): -6201233 or 7299233. OLE color: 7299233.

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

Color convert

RGB 161 96 111 -
CMYK 0 0.40 0.31 0.37
HSL 346.15º 0.26% 0.5% -
HSV(B) 346.15º 0.4% 0.63% -
XYZ 21.75 17.09 17.19 -
YUV 117.15 124.53 159.28 -
System Red Green Blue C M Y K H S L
Decimal 161 96 111 0 0.40 0.31 0.37 346.15 0.26 0.5
Hex A1 60 6F 0 28 1F 25 15A 1A 32
Octal 241 140 157 0 50 37 45 532 32 62
Binary 10100001 1100000 1101111 0 101000 11111 100101 101011010 11010 110010

Color Harmonies of #A1606F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1606F

Black with #A1606F

Text Example


Text Example

White with #A1606F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1606F; }

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

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

background-color css

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

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

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

border-color css

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

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

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