Html Css Color HEX #A0616F Mauve Taupe

📋 copy color: '#A0616F'

red 160 ◦ green 97 ◦ blue 111

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

Shades of Mauve Taupe #A0616F

Tints of Mauve Taupe #A0616F

RGB

 RED value IS 160 (62.89% from 255) = 43.48%

 GREEN value IS 97 (38.28% from 255) = 26.36%

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

R = 43.48%
G = 26.36%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.31

 K value IS 0.37

RGB Variations

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

Color information

#A0616F (or 0xA0616F) is known color: Mauve Taupe. HEX triplet: A0, 61 and 6F. RGB value is (160,97,111). Sum of RGB (Red+Green+Blue) = 160+97+111=368 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.48% from 368); Green value is 97 (38.28% from 255 or 26.36% from 368); Blue value is 111 (43.75% from 255 or 30.16% from 368); Max value from RGB is 160 - color contains mainly: red. Hex color #A0616F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A0616F is #5F9E90. Grayscale: #757575. Windows color (decimal): -6266513 or 7299488. OLE color: 7299488.

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

Color convert

RGB 160 97 111 -
CMYK 0 0.39 0.31 0.37
HSL 346.67º 0.25% 0.5% -
HSV(B) 346.67º 0.39% 0.63% -
XYZ 21.64 17.17 17.21 -
YUV 117.43 124.37 158.36 -
System Red Green Blue C M Y K H S L
Decimal 160 97 111 0 0.39 0.31 0.37 346.67 0.25 0.5
Hex A0 61 6F 0 27 1F 25 15B 19 32
Octal 240 141 157 0 47 37 45 533 31 62
Binary 10100000 1100001 1101111 0 100111 11111 100101 101011011 11001 110010

Color Harmonies of #A0616F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0616F

Black with #A0616F

Text Example


Text Example

White with #A0616F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0616F; }

 p { color: rgb(160,97,111); }

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

background-color css

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

 a { background-color: rgb(160,97,111); }

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

border-color css

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

 span { border-color: rgb(160,97,111); }

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