Html Css Color HEX #A1606E Mauve Taupe

📋 copy color: '#A1606E'

red 161 ◦ green 96 ◦ blue 110

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

Shades of Mauve Taupe #A1606E

Tints of Mauve Taupe #A1606E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 29.97%

R = 43.87%
G = 26.16%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#A1606E (or 0xA1606E) is known color: Mauve Taupe. HEX triplet: A1, 60 and 6E. RGB value is (161,96,110). Sum of RGB (Red+Green+Blue) = 161+96+110=367 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.87% from 367); Green value is 96 (37.89% from 255 or 26.16% from 367); Blue value is 110 (43.36% from 255 or 29.97% from 367); Max value from RGB is 161 - color contains mainly: red. Hex color #A1606E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1606E is #5E9F91. Grayscale: #757575. Windows color (decimal): -6201234 or 7233697. OLE color: 7233697.

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

Color convert

RGB 161 96 110 -
CMYK 0 0.40 0.32 0.37
HSL 347.08º 0.26% 0.5% -
HSV(B) 347.08º 0.4% 0.63% -
XYZ 21.7 17.07 16.9 -
YUV 117.03 124.03 159.36 -
System Red Green Blue C M Y K H S L
Decimal 161 96 110 0 0.40 0.32 0.37 347.08 0.26 0.5
Hex A1 60 6E 0 28 20 25 15B 1A 32
Octal 241 140 156 0 50 40 45 533 32 62
Binary 10100001 1100000 1101110 0 101000 100000 100101 101011011 11010 110010

Color Harmonies of #A1606E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1606E

Black with #A1606E

Text Example


Text Example

White with #A1606E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1606E; }

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

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

background-color css

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

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

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

border-color css

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

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

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